summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index aa0c170..58ce72d 100644
--- a/rules.js
+++ b/rules.js
@@ -2005,7 +2005,7 @@ function add_infl(space) {
if (game.available_ops === 1) {
if (game.active === DEM) {
- if (game.persistent_events['genscher'] || game.persistent_events['austria_hungary_border_reopened']) {
+ if (game.persistent_events['genscher'] || (game.persistent_events['austria_hungary_border_reopened'] && game.austria_hungary_border_reopened_tracker)) {
game.valid_spaces = game.valid_spaces.filter(n => !(game.pieces[n].comCtrl === 1 && spaces[n].country !== 'East_Germany'))
} else {
game.valid_spaces = game.valid_spaces.filter(n => game.pieces[n].comCtrl !== 1)