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
|
# define stack-groups
|
||||||
l.defaultStackGroups()
|
l.defaultStackGroups()
|
||||||
|
|
||||||
def _shuffleHook(self, cards):
|
def shuffle(self):
|
||||||
return self._shuffleHookMoveToTop(cards,
|
self.shuffleSeparateDecks()
|
||||||
lambda c: (c.deck == 0, None))
|
|
||||||
|
|
||||||
def startGame(self):
|
def startGame(self):
|
||||||
self.base_rank = None
|
self.base_rank = None
|
||||||
|
|
Loading…
Add table
Reference in a new issue