From f2457f03eb22b0f8d96bc8de8f5e448f21ef5596 Mon Sep 17 00:00:00 2001 From: Joe R Date: Fri, 27 Aug 2021 19:32:47 -0400 Subject: [PATCH] Potential fix for issue #220 --- pysollib/games/montana.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pysollib/games/montana.py b/pysollib/games/montana.py index f8bb573f..5357036a 100644 --- a/pysollib/games/montana.py +++ b/pysollib/games/montana.py @@ -153,10 +153,7 @@ class Montana_RowStack(BasicRowStack): return self.quickPlayHandler(event) return BasicRowStack.clickHandler(self, event) - # bottom to get events for an empty stack - prepareBottom = Stack.prepareInvisibleBottom - - getBottomImage = Stack._getReserveBottomImage + getBottomImage = Stack._getBlankBottomImage class Montana(Game):