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