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

Limir dying now instantly marks the quest failed

git-svn-id: http://svn.net-core.org/repos/t-engine4@4833 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7292d1b0
No related branches found
No related tags found
No related merge requests found
......@@ -105,4 +105,8 @@ newEntity{ define_as = "LIMMIR",
can_talk = "limmir-valley-moon",
can_craft = true,
on_die = function(self, who)
game.level.turn_counter = nil
game.player:hasQuest("master-jeweler"):ritual_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