Skip to content
Snippets Groups Projects
Commit 40e6409e authored by dg's avatar dg
Browse files

New achievement for killing Bill at character level one

git-svn-id: http://svn.net-core.org/repos/t-engine4@2082 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2779e6ff
No related branches found
No related tags found
No related merge requests found
......@@ -76,3 +76,9 @@ newAchievement{
desc = [[Killed Harkor'Zun and unlocked the Geomancer class]],
mode = "player",
}
newAchievement{
name = "Kill Bill!", id = "KILL_BILL",
desc = [[Killed Bill in the Trollshaws with a level one character]],
mode = "player",
}
......@@ -65,6 +65,9 @@ He is wielding a small tree trunk and towering toward you.]],
on_die = function(self, who)
game.state:activateBackupGuardian("ALUIN", 2, 35, "... and we thought the trollshaws were safer now!")
game.player:resolveSource():setQuestStatus("start-allied", engine.Quest.COMPLETED, "trollshaws")
if who and who.level and who.level == 1 then
world:gainAchievement("KILL_BILL", 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