From c0001ff5fdce63b7755475a1566f81bcf7c9969c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 24 Jun 2024 17:53:47 +0200 Subject: no eased victory in scenario 1/2 --- rules.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.js b/rules.js index db07810..808d4de 100644 --- a/rules.js +++ b/rules.js @@ -999,6 +999,8 @@ function check_victory_the_austrian_theatre() { } function has_eased_victory(power) { + if (game.scenario === 1 || game.scenario === 2) + return false if (power === P_SWEDEN) return has_russia_dropped_out() if (power === P_AUSTRIA) -- cgit v1.2.3