diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-29 23:47:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-30 21:59:25 +0200 |
commit | 71de294622cdb63f215d85746931a9fc3b02931b (patch) | |
tree | 2658e0deccc88a86612933ed6a3af75c0a873ec0 | |
parent | 29a478d40e84fcade3768428d1968daf59ed5885 (diff) | |
download | friedrich-71de294622cdb63f215d85746931a9fc3b02931b.tar.gz |
OO rules do not apply austrian theater scenario
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -414,7 +414,7 @@ make_protect(P_HANOVER, data.country.Hanover) make_protect(P_AUSTRIA, data.country.Austria) function is_conquest_space(pow, s) { - if (pow === P_PRUSSIA) { + if (pow === P_PRUSSIA && game.scenario >= 3) { if (is_offensive_option() || game.turn < 3) return set_has(primary_objective[pow], s) return false |