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:
parent
44e0e2d6e3
commit
7dde34079d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue