diff --git a/pysollib/games/gypsy.py b/pysollib/games/gypsy.py index eeebda75..38e53603 100644 --- a/pysollib/games/gypsy.py +++ b/pysollib/games/gypsy.py @@ -589,6 +589,10 @@ class RightTriangle_Talon(OpenStack, DealRowTalonStack): getBottomImage = Stack._getReserveBottomImage + prepareView = Stack.prepareView + + resize = Stack.resize + def getHelp(self): return DealRowTalonStack.getHelp(self)