1
0
Fork 0
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:
Joe R 2022-04-01 22:08:59 -04:00
parent c8003f0e14
commit 38f875fbd1

View file

@ -376,6 +376,7 @@ class RippleFan(CastlesInSpain):
for r in l.s.rows:
s.rows.append(SS_RowStack(r.x, r.y, self, base_rank=NO_RANK))
# default
self.s.internals.append(InvisibleStack(self))
l.defaultAll()
def startGame(self):