diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 12:50:03 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 12:50:03 +0100 |
commit | bc4cad21ece173e7d6ece988cf2e8fef14905af9 (patch) | |
tree | fcb39ec6694d848f5c863fba92d58bc5430555b0 /rules.js | |
parent | 6795d39e3db420290dd85f0e64b390c45739579f (diff) | |
download | 1989-dawn-of-freedom-bc4cad21ece173e7d6ece988cf2e8fef14905af9.tar.gz |
Update Kremlin Coup modifier
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5041,7 +5041,7 @@ function vm_kremlin_coup() { if (check_vp()) {
return
}
-
+ game.support_check_modifier = 1
//countries = ['Poland', 'Hungary', 'East_Germany', 'Bulgaria', 'Czechoslovakia', 'Romania']
//revolutions: {'East_Germany': false, 'Poland': false, 'Czechoslovakia': false, 'Hungary': false, 'Romania': false, 'Bulgaria': false}
game.temp = []
|