summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-29 20:34:50 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-29 20:34:50 +0100
commit7250cb56e889dedff2f469ad95844081f1323a0d (patch)
tree6a8bb6a9cb3074e1fe013f860edfa67fb888b76b
parentd4d37c447a604d71559a5608ec29eff08b2455a5 (diff)
download1989-dawn-of-freedom-7250cb56e889dedff2f469ad95844081f1323a0d.tar.gz
Fix the Crowd Turns infl
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 5aa80ba..0419a14 100644
--- a/rules.js
+++ b/rules.js
@@ -1088,7 +1088,9 @@ states.the_crowd_turns_against_ceausescu = {
game.ceausescu_cards = []
game.state = 'vm_the_crowd_turns_against_ceausescu'
valid_spaces_infl()
+ console.log('game valid spaces before', game.valid_spaces)
game.valid_spaces.filter(n => spaces[n].country === 'Romania')
+ console.log('game valid spaces after', game.valid_spaces)
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() {