Skip to content
Snippets Groups Projects
Commit 9c8caafd authored by dg's avatar dg
Browse files

Recalling out of the dark crypt on lvel 4 or before wont wrongly grant the Savior achievement

git-svn-id: http://svn.net-core.org/repos/t-engine4@3415 51575b47-30f0-44d4-a5cc-537603b46e54
parent ffbd53f2
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ return {
return nil, nil, true
end
if not game.player:isQuestStatus("kryl-feijan-escape", engine.Quest.FAILED) then
if melinda and not melinda.dead and not game.player:isQuestStatus("kryl-feijan-escape", engine.Quest.FAILED) then
game.player:setQuestStatus("kryl-feijan-escape", engine.Quest.DONE)
world:gainAchievement("MELINDA_SAVED", game.player)
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