From df4b97ba2b88678ecf4530af8ab9256fbe722c60 Mon Sep 17 00:00:00 2001 From: Joe R Date: Tue, 25 Apr 2023 20:17:13 -0400 Subject: [PATCH] Fixed error in Beehive demo and other enhancements to the Beehive game. --- pysollib/games/canfield.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/games/canfield.py b/pysollib/games/canfield.py index 10a05534..ef92ee71 100644 --- a/pysollib/games/canfield.py +++ b/pysollib/games/canfield.py @@ -908,7 +908,7 @@ class Lafayette(Game): # * Beehive # ************************************************************************ -class Beehive_RowStack(RK_RowStack): # Spider_SS_RowStack +class Beehive_RowStack(RK_RowStack): def canDropCards(self, stacks): if len(self.cards) < 4: return (None, 0)