1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fixed an issue with overlapping stacks.

This commit is contained in:
Joe R 2022-03-07 18:35:03 -05:00
parent 44e0e2d6e3
commit 7dde34079d

View file

@ -811,7 +811,7 @@ class School(Fan):
RowStack_Class = StackWrapper(RK_RowStack, dir=0, base_rank=NO_RANK)
def createGame(self):
Fan.createGame(self, rows=(4, 4, 4, 4), playcards=10, texts=True)
Fan.createGame(self, rows=(5, 5, 5, 1), playcards=10, texts=True)
def startGame(self):
self._startDealNumRows(2)