From 71de294622cdb63f215d85746931a9fc3b02931b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 29 May 2024 23:47:50 +0200 Subject: OO rules do not apply austrian theater scenario --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index da67424..1b5239e 100644 --- a/rules.js +++ b/rules.js @@ -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 -- cgit v1.2.3