mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Removed unnecessary region that breaks MatsuKiri preview.
This commit is contained in:
parent
a6f4b23e8f
commit
382a744c74
1 changed files with 0 additions and 2 deletions
|
@ -430,8 +430,6 @@ class MatsuKiri(AbstractFlowerGame):
|
|||
# Create foundation
|
||||
x = x + l.XM * 2
|
||||
s.foundations.append(MatsuKiri_Foundation(x, y, self, ANY_SUIT))
|
||||
self.setRegion(
|
||||
s.foundations, (l.XM + (l.XS * 8) + 10, -999, 999999, 999999))
|
||||
|
||||
# Create talon
|
||||
s.talon = InitialDealTalonStack(
|
||||
|
|
Loading…
Add table
Reference in a new issue