diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 12:46:30 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 12:46:30 +0100 |
commit | 6795d39e3db420290dd85f0e64b390c45739579f (patch) | |
tree | f7c2d73ebcd45082c8149e797e357a3640c5d0eb | |
parent | 87c05a92a3c95c8681a1b84e4cdcdbd2b1623224 (diff) | |
download | 1989-dawn-of-freedom-6795d39e3db420290dd85f0e64b390c45739579f.tar.gz |
Update Kremlin Coup
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6682,7 +6682,6 @@ states.vm_kremlin_coup_take_control = { if (game.vm_active_country === 'Romania') {game.selected_space = 61}
if (game.vm_active_country === 'Bulgaria') {game.selected_space = 68}
game.state = 'vm_kremlin_coup_sc_prep'
- vm_next()
}
}
|