summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-16 10:57:02 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-16 11:46:21 +0100
commitda85f9e4e539d2ce60f4138a821aa6d1db7f3178 (patch)
tree00e26cc9c68373ac935a3cddfa4b3c80dfaaf251
parente7cf7b5eb6530811900e0f62a4d20d383520d57a (diff)
download1989-dawn-of-freedom-da85f9e4e539d2ce60f4138a821aa6d1db7f3178.tar.gz
Fix Kremlin Coup
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index b7e0b95..9bc886c 100644
--- a/rules.js
+++ b/rules.js
@@ -5850,6 +5850,7 @@ states.vm_kremlin_coup_take_control = {
if (game.vm_active_country = 'Hungary') {game.temp = 45}
if (game.vm_active_country = 'Romania') {game.temp = 61}
if (game.vm_active_country = 'Bulgaria') {game.temp = 68}
+ game.valid_spaces.push(game.temp)
game.state = 'vm_kremlin_coup_sc_prep'
},
done() {