summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-10-31 19:23:02 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-10-31 19:23:02 +0000
commit158e551a2371d96a6af9b10bb30c2de61c00caac (patch)
tree334461ee30d9ff6b87e35517ed697c10e65bb97f
parentb2918e33f757e32fb5c04efad6a3063f40949361 (diff)
download1989-dawn-of-freedom-158e551a2371d96a6af9b10bb30c2de61c00caac.tar.gz
Fix Kremlin Coup
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 7c69d1b..5e3168c 100644
--- a/rules.js
+++ b/rules.js
@@ -6903,7 +6903,7 @@ states.vm_kremlin_coup_sc_prep = {
},
prompt() {
view.prompt = `Kremlin Coup! Conduct a support check in ${country_name(game.vm_active_country)}'s Bureaucratic space.`
- space(game.selected_space);
+ gen_action_space(game.selected_space);
},
space(space) {
push_undo()
@@ -6995,7 +6995,7 @@ states.vm_malta_summit = {
let roll = roll_d6()
log(`Roll: D${roll}`)
if (game.stability > 0) {
- log(`+${game.stability} from USSR Stability Track`)
+ logi(`+${game.stability} from USSR Stability Track`)
log(`Modified roll: ${roll + game.stability}`)
}
if (roll + game.stability > 3) {