From ac84c0d342c965e1abdfa7df0b54e7c88a6672c8 Mon Sep 17 00:00:00 2001 From: Dylan <28832631+DARwins1@users.noreply.github.com> Date: Wed, 24 Jul 2024 23:18:34 -0700 Subject: [PATCH] Update kingdomprogression.js - Fixed a warning transmission from the Coalition not being properly sent if the player allies with the Resistance but eradicates the Hellraisers. --- script/campaign/kingdomprogression.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/campaign/kingdomprogression.js b/script/campaign/kingdomprogression.js index a2c0a59..e4612cd 100644 --- a/script/campaign/kingdomprogression.js +++ b/script/campaign/kingdomprogression.js @@ -1821,7 +1821,7 @@ function coaPitch() { missionMessage("COAWARN1MSG", "TRANS"); } - else if (gameState.hellraisers.allianceState === "ALLIED") + else if (gameState.hellraisers.allianceState === "ERADICATED") { missionMessage("COAWARN2MSG", "TRANS"); }