Skip to content
Snippets Groups Projects
Commit 18127f39 authored by dg's avatar dg
Browse files

New achievement: Lost in translation

git-svn-id: http://svn.net-core.org/repos/t-engine4@4171 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4e5e7825
No related branches found
No related tags found
No related merge requests found
......@@ -260,3 +260,8 @@ newAchievement{
show = "name",
desc = [[You did the righteous thing in the ring of blood and disposed of the Blood Master.]],
}
newAchievement{
name = "Lost in translation", id = "SUNWALL_LOST",
show = "name",
desc = [[Destroy the naga portal in the slazish fens and be caught in the aftereffect.]],
}
......@@ -57,7 +57,7 @@ newChat{ id="kill",
You fool! You have doomed us, we could be #{bold}#anywhere!#{normal}#
DIE !]],
answers = {
{"..."},
{"...", action=function(npc, player) world:gainAchievement("SUNWALL_LOST", player) end},
}
}
......
......@@ -39,7 +39,7 @@ on_status_change = function(self, who, status, sub)
if sub then
if self:isCompleted("return") then
who:setQuestStatus(self.id, engine.Quest.DONE)
who:grantQuest(who.celestial_race_start_quest)
-- who:grantQuest(who.celestial_race_start_quest)
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