From ebfa35806351a4ef202bb7b8f11bea44a2adf017 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Mon, 23 Sep 2024 17:38:31 +0100 Subject: Final updates --- rules.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rules.js') 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)}` ], -- cgit v1.2.3