1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fixed error in Beehive demo and other enhancements to the Beehive game.

This commit is contained in:
Joe R 2023-04-25 20:17:13 -04:00
parent 8b46d12433
commit df4b97ba2b

View file

@ -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)