diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1086,7 +1086,7 @@ states.the_crowd_turns_against_ceausescu = { influence() {
push_undo()
game.ceausescu_cards = []
- valid_spaces_infl_ceausescu()
+ valid_spaces_infl()
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() {
|