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 @@ ] - - - - - - - - - -