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:
parent
8b46d12433
commit
df4b97ba2b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue