Skip to content

Commit

Permalink
Update kingdomprogression.js
Browse files Browse the repository at this point in the history
- Fixed a warning transmission from the Coalition not being properly sent if the player allies with the Resistance but eradicates the Hellraisers.
  • Loading branch information
DARwins1 committed Jul 25, 2024
1 parent 7b9ef31 commit ac84c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/campaign/kingdomprogression.js
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@ function coaPitch()
{
missionMessage("COAWARN1MSG", "TRANS");
}
else if (gameState.hellraisers.allianceState === "ALLIED")
else if (gameState.hellraisers.allianceState === "ERADICATED")
{
missionMessage("COAWARN2MSG", "TRANS");
}
Expand Down

0 comments on commit ac84c0d

Please sign in to comment.