diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-28 11:31:43 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-28 11:31:43 +0100 |
commit | af4e098812c4adf48385341d7d1fc87691b04e5b (patch) | |
tree | 1707e2fd47753a22c2146e2f8614dfae622f593c | |
parent | 0144ce0fe076304ce1ac763ab672f1de70196972 (diff) | |
download | votes-for-women-af4e098812c4adf48385341d7d1fc87691b04e5b.tar.gz |
fix Backlash to the Movement
-rw-r--r-- | events.txt | 2 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. @@ -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 ], ] |