From 91b1ba9be91a518ab394a5478e5dea6dcb14f46e Mon Sep 17 00:00:00 2001 From: Joe R Date: Sun, 10 Nov 2024 12:20:37 -0500 Subject: [PATCH] Disallow moving cards from the foundation in Arachnida --- pysollib/games/curdsandwhey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/games/curdsandwhey.py b/pysollib/games/curdsandwhey.py index f82cd9a8..ee528468 100644 --- a/pysollib/games/curdsandwhey.py +++ b/pysollib/games/curdsandwhey.py @@ -260,7 +260,7 @@ class Arachnida(CurdsAndWhey): s.foundations.append( AbstractFoundationStack( 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") # define stack-groups