diff options
-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}
|