mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Additional Crossword bugfix.
This commit is contained in:
parent
007455af3f
commit
1de339fca9
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@ class Crossword(Game):
|
|||
|
||||
def startGame(self):
|
||||
self.moveMove(1, self.s.talon, self.s.rows[24], frames=0)
|
||||
self.s.rows[24].flipMove()
|
||||
if self.s.rows[24].cards[0].rank < 10:
|
||||
self.s.rows[24].flipMove()
|
||||
self.s.talon.fillStack()
|
||||
|
||||
def isGameWon(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue