diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-16 11:01:47 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-16 11:46:21 +0100 |
commit | 0f8fa8417250c8d75d56ab14057dd3412f0ca014 (patch) | |
tree | d7cdf7f6372bbb32e81d9d1f3f3b3ac91826e2be | |
parent | da85f9e4e539d2ce60f4138a821aa6d1db7f3178 (diff) | |
download | 1989-dawn-of-freedom-0f8fa8417250c8d75d56ab14057dd3412f0ca014.tar.gz |
Fix for Kremlin Coup
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}
|