mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix for Ripple Fan redealing.
This commit is contained in:
parent
c8003f0e14
commit
38f875fbd1
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ class RippleFan(CastlesInSpain):
|
||||||
for r in l.s.rows:
|
for r in l.s.rows:
|
||||||
s.rows.append(SS_RowStack(r.x, r.y, self, base_rank=NO_RANK))
|
s.rows.append(SS_RowStack(r.x, r.y, self, base_rank=NO_RANK))
|
||||||
# default
|
# default
|
||||||
|
self.s.internals.append(InvisibleStack(self))
|
||||||
l.defaultAll()
|
l.defaultAll()
|
||||||
|
|
||||||
def startGame(self):
|
def startGame(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue