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

Fix whitespace in pyramid.py

This commit is contained in:
Juhani Numminen 2020-02-11 22:08:55 +02:00
parent 81fab2028a
commit 97c957d055

View file

@ -83,9 +83,9 @@ class Pyramid_StackMethods:
if not self.game.demo:
self.game.playSample("droppair", priority=200)
if not (n == 1
and other_stack.cards
and self.acceptsCards(other_stack, [other_stack.cards[-1]])):
return
and other_stack.cards
and self.acceptsCards(other_stack, [other_stack.cards[-1]])):
return
old_state = self.game.enterState(self.game.S_FILL)
f = self.game.s.foundations[0]
self.game.moveMove(n, self, f, frames=frames, shadow=shadow)