summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {