summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--events.txt2
-rw-r--r--rules.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/events.txt b/events.txt
index 4fca2ec..c1386e8 100644
--- a/events.txt
+++ b/events.txt
@@ -387,7 +387,7 @@ CARD 73 - The Ladies’ Battle
CARD 74 - Backlash to the Movement
# Remove 6 :purple_or_yellow_cube from anywhere, no more than 2 per state.
- remove_cubes_limit 6 PURPLE_OR_YELLOW 2
+ remove_cubes_limit 6 PURPLE_OR_YELLOW anywhere() 2
CARD 75 - Xenophobia
# Remove all :purple_cube from any 1 state. Remove all :yellow_cube from any 1 state.
diff --git a/rules.js b/rules.js
index 01e8540..f8c3388 100644
--- a/rules.js
+++ b/rules.js
@@ -3781,7 +3781,7 @@ CODE[73] = [ // The Ladies’ Battle
]
CODE[74] = [ // Backlash to the Movement
- [ vm_remove_cubes_limit, 6, PURPLE_OR_YELLOW, 2 ],
+ [ vm_remove_cubes_limit, 6, PURPLE_OR_YELLOW, anywhere(), 2 ],
[ vm_return ],
]