From ff963b2cb9e285e736f650a65871da904c7e0b0b Mon Sep 17 00:00:00 2001 From: Drecon84 Date: Mon, 21 Jul 2025 16:45:41 +0200 Subject: [PATCH] Fix for red castle Hard mode didn't have the defeat dialogue because it spawned a different version of Lathliss without the defeat code. --- .../map/main_story/castles/red_castle_f1.tmx | 36 +++++++++++++------ 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/forge-gui/res/adventure/common/maps/map/main_story/castles/red_castle_f1.tmx b/forge-gui/res/adventure/common/maps/map/main_story/castles/red_castle_f1.tmx index 1c8e3799fc8..be41ac33ad3 100644 --- a/forge-gui/res/adventure/common/maps/map/main_story/castles/red_castle_f1.tmx +++ b/forge-gui/res/adventure/common/maps/map/main_story/castles/red_castle_f1.tmx @@ -64,6 +64,32 @@ + + + [{ + "condition": [{"checkQuestFlag": "Ch1CastlesComplete", "not":true}], + "text": "As you land your final blow against Lathliss, you feel a significant pulse of mana. But with the immediate threat removed, you can now see clearly that the locked room at the north end of the chamber does not hold any prisoners.", + "options": [{ + "name": "(Continue)", + "action": [{"setQuestFlag": {"key":"Ch1RedCastleComplete", "val": 1} }, {"deleteMapObject": -1}, {"advanceQuestFlag": "Ch1CastlesComplete"}] + }] + }, + { + "condition": [{"checkQuestFlag": "Ch1CastlesComplete"}], + "text": "As you land your final blow against Lathliss, you feel a another pulse of mana. But just as before, the locked room behind your fallen foe does not hold any prisoners.", + "options": [{ + "name": "(Continue)", + "action": [{"setQuestFlag": {"key":"Ch1RedCastleComplete", "val": 1} }, {"deleteMapObject": -1}, {"advanceQuestFlag": "Ch1CastlesComplete"}] + }] + }] + + + + + + + + @@ -105,15 +131,5 @@ ] - - - - - - - - - -