1
0
Fork 0
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:
Joe R 2023-03-20 19:14:06 -04:00
parent c959844d54
commit 976e6ea756

View file

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