Skip to content
Snippets Groups Projects
Commit dba87778 authored by DarkGod's avatar DarkGod
Browse files

Kill Bill is achievable again even on insane & madness

parent e8fd7b20
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ newAchievement{
name = "Kill Bill!", id = "KILL_BILL",
image = "object/artifact/bill_treestump.png",
show = "full", huge=true,
desc = [[Killed Bill in the Trollmire with a level one character.]],
desc = [[Killed Bill in the Trollmire without leveling beyond your starting level.]],
mode = "player",
}
......
......@@ -205,7 +205,7 @@ This is the troll the notes spoke about, no doubt.]],
on_die = function(self, who)
game.player:resolveSource():setQuestStatus("trollmire-treasure", engine.Quest.COMPLETED)
if who and game:getPlayer(true).level == 1 then
if who and game:getPlayer(true).level == (game:getPlayer(true).start_level or 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