summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-16 11:01:47 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-16 11:46:21 +0100
commit0f8fa8417250c8d75d56ab14057dd3412f0ca014 (patch)
treed7cdf7f6372bbb32e81d9d1f3f3b3ac91826e2be
parentda85f9e4e539d2ce60f4138a821aa6d1db7f3178 (diff)
download1989-dawn-of-freedom-0f8fa8417250c8d75d56ab14057dd3412f0ca014.tar.gz
Fix for Kremlin Coup
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 9bc886c..5ac0cee 100644
--- a/rules.js
+++ b/rules.js
@@ -5844,6 +5844,7 @@ states.vm_kremlin_coup_take_control = {
infl(space) {
vm_take_control(space)
game.vm_active_country = spaces[find_space_index(space)].country
+ console.log('space', find_space_index(space), 'country', game.vm_active_country)
if (game.vm_active_country = 'East_Germany') {game.temp = 3 }
if (game.vm_active_country = 'Poland') {game.temp = 17}
if (game.vm_active_country = 'Czechoslovakia') {game.temp = 29}