From e2f4273294d4138d1d7fdcebf78c426f8b90b2eb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 10 Jul 2024 23:57:57 +0200 Subject: fix mutinies --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index 94416c9..9cf1f36 100644 --- a/rules.js +++ b/rules.js @@ -3451,7 +3451,7 @@ states.pennsylvania_and_new_jersey_line_mutinies = { view.actions.pass = 1 gen_pennsylvania_and_new_jersey_line_mutinies(game.where) }, - remove_cu(where) { + space(where) { if (count_american_cu(where) > 0) remove_american_cu(where, 1) else @@ -3469,7 +3469,7 @@ function gen_pennsylvania_and_new_jersey_line_mutinies(first_removed) { for (let space of all_spaces) { if (has_american_or_french_cu(space)) if (space !== first_removed) - gen_action("remove_cu", space) + gen_action_space(space) } } -- cgit v1.2.3