diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-23 17:38:31 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-23 17:38:31 +0100 |
commit | ebfa35806351a4ef202bb7b8f11bea44a2adf017 (patch) | |
tree | 560d8e2cfedafeaa3365c14a38fd9bfb7976dab0 /rules.js | |
parent | 6435b401b8c666eab9bd41848ac074536a11d444 (diff) | |
download | 1989-dawn-of-freedom-ebfa35806351a4ef202bb7b8f11bea44a2adf017.tar.gz |
Final updates
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)}` ],
|