mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Disallow moving cards from the foundation in Arachnida
This commit is contained in:
parent
2bfc6bdd3d
commit
91b1ba9be9
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class Arachnida(CurdsAndWhey):
|
||||||
s.foundations.append(
|
s.foundations.append(
|
||||||
AbstractFoundationStack(
|
AbstractFoundationStack(
|
||||||
x, y, self, suit=ANY_SUIT,
|
x, y, self, suit=ANY_SUIT,
|
||||||
max_accept=0, max_cards=104))
|
max_accept=0, max_move=0, max_cards=104))
|
||||||
l.createText(s.foundations[0], "s")
|
l.createText(s.foundations[0], "s")
|
||||||
|
|
||||||
# define stack-groups
|
# define stack-groups
|
||||||
|
|
Loading…
Add table
Reference in a new issue