diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() {
|