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 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