1
0
Fork 0
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:
Joe R 2024-11-10 12:20:37 -05:00
parent 2bfc6bdd3d
commit 91b1ba9be9

View file

@ -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