Skip to content
Snippets Groups Projects
Commit 32d6c0f9 authored by dg's avatar dg
Browse files

New achievement for saving Melinda

git-svn-id: http://svn.net-core.org/repos/t-engine4@3066 51575b47-30f0-44d4-a5cc-537603b46e54
parent 31664bbf
No related branches found
No related tags found
No related merge requests found
......@@ -169,3 +169,7 @@ newAchievement{
name = "Genocide", id = "GREATMOTHER_DEAD",
desc = [[Killed the Orc Greatmother in the breeding pits, thus dealing a terrible blow to the orc race.]],
}
newAchievement{
name = "Savior of the damsels in distress", id = "MELINDA_SAVED",
desc = [[Saved Melinda from her terrible fate in the Crypt of Kryl-Feijan.]],
}
......@@ -106,6 +106,7 @@ return {
if not game.player:isQuestStatus("kryl-feijan-escape", engine.Quest.FAILED) then
game.player:setQuestStatus("kryl-feijan-escape", engine.Quest.DONE)
world:gainAchievemnt("MELINDA_SAVED", game.player)
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