Skip to content
Snippets Groups Projects
Commit 488f6558 authored by dg's avatar dg
Browse files

Fixed Derth after the lightning quest - they wont thank the mages if you sided with Zigur

git-svn-id: http://svn.net-core.org/repos/t-engine4@2978 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7b7f80c8
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment