diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-30 12:27:24 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-30 12:27:24 +0100 |
commit | d84df5a8e45db207ede5229e607c3ee798e17fee (patch) | |
tree | ea78c76f27019108317f48bb87b0512c79d3af31 | |
parent | 569fbd1c6bf0c06c7d58d378dec6e75288b67d20 (diff) | |
download | votes-for-women-d84df5a8e45db207ede5229e607c3ee798e17fee.tar.gz |
fix Emmeline Pankhurst
-rw-r--r-- | events.txt | 2 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -132,7 +132,7 @@ CARD 23 - Equality League of Self-Supporting Women CARD 24 - Emmeline Pankhurst # Roll :d6 :d6. Add that number :purple_or_yellow_cube anywhere, no more than 2 per state. roll 2 D6 - add_cubes_limit (game.vm.roll) PURPLE_OR_YELLOW anywhere() 1 + add_cubes_limit (game.vm.roll) PURPLE_OR_YELLOW anywhere() 2 CARD 25 - “Debate Us, You Cowards!” # Roll :d6 :d6. Remove that number :red_cube anywhere, no more than 2 per state. @@ -3509,7 +3509,7 @@ CODE[23] = [ // Equality League of Self-Supporting Women CODE[24] = [ // Emmeline Pankhurst [ vm_roll, 2, D6 ], - [ vm_add_cubes_limit, ()=>(game.vm.roll), PURPLE_OR_YELLOW, anywhere(), 1 ], + [ vm_add_cubes_limit, ()=>(game.vm.roll), PURPLE_OR_YELLOW, anywhere(), 2 ], [ vm_return ], ] |