diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-31 19:23:02 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-31 19:23:02 +0000 |
commit | 158e551a2371d96a6af9b10bb30c2de61c00caac (patch) | |
tree | 334461ee30d9ff6b87e35517ed697c10e65bb97f /rules.js | |
parent | b2918e33f757e32fb5c04efad6a3063f40949361 (diff) | |
download | 1989-dawn-of-freedom-158e551a2371d96a6af9b10bb30c2de61c00caac.tar.gz |
Fix Kremlin Coup
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |