summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-06-24 17:53:47 +0200
committerTor Andersson <tor@ccxvii.net>2024-06-24 17:53:47 +0200
commitc0001ff5fdce63b7755475a1566f81bcf7c9969c (patch)
tree6b01a01dd76b4952d0fc4d6290d8ad0d61409f1b
parent8850ae4c576d1141fcc57dc9699355247bc8c0c2 (diff)
downloadfriedrich-c0001ff5fdce63b7755475a1566f81bcf7c9969c.tar.gz
no eased victory in scenario 1/2
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
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)