summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
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 07644c2..b201509 100644
--- a/rules.js
+++ b/rules.js
@@ -1065,7 +1065,7 @@ states.the_crowd_turns_against_ceausescu = {
return `resolve ${cards[54].name}.`
},
prompt() {
- view.prompt = `You have ${game.temp} influence points. Play for:`
+ view.prompt = `You have ${game.temp} operations points. Play for:`
gen_action('influence')
gen_action('support_check')
},
@@ -8242,6 +8242,7 @@ CODE[105] = [ // Public Against Violence*
CODE[106] = [ // Social Democratic Platform Adopted*
[ vm_social_democratic_platform_adopted ],
[ vm_valid_spaces_country ],
+ [ vm_prompt, ()=>`${country_name(game.vm_active_country)}`],
[ vm_add_infl_free, 2 ],
[ vm_valid_spaces_country_sc ],
[ vm_prompt, ()=>`make a Support Check in ${country_name(game.vm_active_country)}` ],