From 5810ca5b1e7c22e3544e1c40ca484cfa8d1ad632 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 2 Aug 2024 11:26:45 +0200 Subject: fix eased victory display in client --- play.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/play.js b/play.js index 3bd7b21..90db6bf 100644 --- a/play.js +++ b/play.js @@ -179,6 +179,8 @@ function has_power_dropped_out(pow) { } function has_eased_victory(power) { + if (is_austrian_theatre() || is_war_in_the_west()) + return false if (power === P_SWEDEN) return has_russia_dropped_out() if (power === P_AUSTRIA) -- cgit v1.2.3