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:
|
||||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue