Skip to content

Commit

Permalink
Disallow moving cards from the foundation in Arachnida
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Nov 10, 2024
1 parent 2bfc6bd commit 91b1ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysollib/games/curdsandwhey.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def createGame(self):
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
Expand Down

0 comments on commit 91b1ba9

Please sign in to comment.