mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Use separate deck shuffling for Double Fives.
This commit is contained in:
parent
c959844d54
commit
976e6ea756
1 changed files with 2 additions and 3 deletions
|
@ -313,9 +313,8 @@ class DoubleFives(Glenwood):
|
|||
# define stack-groups
|
||||
l.defaultStackGroups()
|
||||
|
||||
def _shuffleHook(self, cards):
|
||||
return self._shuffleHookMoveToTop(cards,
|
||||
lambda c: (c.deck == 0, None))
|
||||
def shuffle(self):
|
||||
self.shuffleSeparateDecks()
|
||||
|
||||
def startGame(self):
|
||||
self.base_rank = None
|
||||
|
|
Loading…
Add table
Reference in a new issue