summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-29 20:31:40 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-29 20:31:40 +0100
commit184d838c87964b888cd9d947c735ed799b086091 (patch)
treef68bc1629ea37a9542571a8a70bf267446123feb /rules.js
parentd0aba7c1b882b43e9c4687b00ddefbc4e86e7634 (diff)
download1989-dawn-of-freedom-184d838c87964b888cd9d947c735ed799b086091.tar.gz
Fix the Crowd Turns infl
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 17cf63d..b9eb483 100644
--- a/rules.js
+++ b/rules.js
@@ -1074,7 +1074,7 @@ states.the_crowd_turns_against_ceausescu_prep = {
}
}
-states.vm_the_crowd_turns_against_ceausescu = {
+states.the_crowd_turns_against_ceausescu = {
get inactive() {
return `resolve ${cards[54].name}.`
},
@@ -1086,6 +1086,7 @@ states.vm_the_crowd_turns_against_ceausescu = {
influence() {
push_undo()
game.ceausescu_cards = []
+ game.state = 'vm_the_crowd_turns_against_ceausescu'
valid_spaces_infl()
game.valid_spaces.filter(space => spaces[space].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*/