diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-29 20:19:36 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-29 20:19:36 +0100 |
commit | c2cf78994539419d6503282fcaf1ef8b5cd2af8c (patch) | |
tree | c3ec4959e8611f50d08a1e4f900b0a3b5ce67f50 /rules.js | |
parent | 8c603116af540895e77632e834a877a38c7f4d99 (diff) | |
download | 1989-dawn-of-freedom-c2cf78994539419d6503282fcaf1ef8b5cd2af8c.tar.gz |
Debugging Crowd Turns infl
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() {
|