summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index b9eb483..5aa80ba 100644
--- a/rules.js
+++ b/rules.js
@@ -1088,7 +1088,7 @@ states.the_crowd_turns_against_ceausescu = {
game.ceausescu_cards = []
game.state = 'vm_the_crowd_turns_against_ceausescu'
valid_spaces_infl()
- game.valid_spaces.filter(space => spaces[space].country === 'Romania')
+ game.valid_spaces.filter(n => spaces[n].country === 'Romania')
game.state = 'the_crowd_turns_against_ceausescu_infl' /* Send this to add_infl. Add check at end of add_infl similar to valid_spaces*/
},
support_check() {