diff --git a/game/modules/tome/data/quests/lightning-overload.lua b/game/modules/tome/data/quests/lightning-overload.lua index d86b654b31e2f9228375a1c28b1c5f46dbeb68bf..4670a8e6a336ae20bb15029a914cbd9a6c92b6e5 100644 --- a/game/modules/tome/data/quests/lightning-overload.lua +++ b/game/modules/tome/data/quests/lightning-overload.lua @@ -137,6 +137,10 @@ reenter_derth = function(self) game.level.data.background = nil game.player:setQuestStatus(self.id, engine.Quest.COMPLETED, "restored-derth") - require("engine.ui.Dialog"):simpleLongPopup("Clear sky", "It seems the mages have kept their word.\nDerth is free of the storm cloud.", 400) + if self:isCompleted("tempest-entrance") then + require("engine.ui.Dialog"):simpleLongPopup("Clear sky", "It seems the ziguranth have kept their word.\nDerth is free of the storm cloud.", 400) + else + require("engine.ui.Dialog"):simpleLongPopup("Clear sky", "It seems the mages have kept their word.\nDerth is free of the storm cloud.", 400) + end end end