diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 11:20:24 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 11:20:24 +0100 |
commit | dd4cfa7bf9549ba2f146a4a08eb284198568cecf (patch) | |
tree | 845b3a4708cb6bcc5d69963957327c150b58b322 | |
parent | 45c640a7ec67a9d2fb9513710787375ea63287a5 (diff) | |
download | 1989-dawn-of-freedom-dd4cfa7bf9549ba2f146a4a08eb284198568cecf.tar.gz |
Updates to Kremlin Coup
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5041,7 +5041,7 @@ function vm_kremlin_coup() { }
elite_spaces.forEach(space => {
- if (!game.revolutions[spaces[space].country]) {
+ if (!game.revolutions[spaces[space].country] && !check_com_control(space)) {
game.valid_spaces.push(space);
}
})
|