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:
parent
81fab2028a
commit
97c957d055
1 changed files with 3 additions and 3 deletions
|
@ -83,9 +83,9 @@ class Pyramid_StackMethods:
|
||||||
if not self.game.demo:
|
if not self.game.demo:
|
||||||
self.game.playSample("droppair", priority=200)
|
self.game.playSample("droppair", priority=200)
|
||||||
if not (n == 1
|
if not (n == 1
|
||||||
and other_stack.cards
|
and other_stack.cards
|
||||||
and self.acceptsCards(other_stack, [other_stack.cards[-1]])):
|
and self.acceptsCards(other_stack, [other_stack.cards[-1]])):
|
||||||
return
|
return
|
||||||
old_state = self.game.enterState(self.game.S_FILL)
|
old_state = self.game.enterState(self.game.S_FILL)
|
||||||
f = self.game.s.foundations[0]
|
f = self.game.s.foundations[0]
|
||||||
self.game.moveMove(n, self, f, frames=frames, shadow=shadow)
|
self.game.moveMove(n, self, f, frames=frames, shadow=shadow)
|
||||||
|
|
Loading…
Add table
Reference in a new issue