1
0
Fork 0
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:
Joe R 2021-07-05 21:29:54 -04:00
parent 007455af3f
commit 1de339fca9

View file

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