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

Paradox Mage in the "The Way We Weren't" quest can not self resurrect even if the player could

git-svn-id: http://svn.net-core.org/repos/t-engine4@4427 51575b47-30f0-44d4-a5cc-537603b46e54
parent f1031cb4
No related branches found
No related tags found
No related merge requests found
-- TE4 - T-Engine 4
-- Copyright (C) 2009, 2010, 2011 Nicolas Casalini
--
......
......@@ -83,7 +83,7 @@ generate = function(self, player, x, y)
a:forceLevelup(a.level + 7)
a:incIncStat("wil", 200)
a.self_resurrect = nil -- In case this is a skeleton player
a.on_die = function(self)
local o = game.zone:makeEntityByName(game.level, "object", "RUNE_RIFT")
o:identify(true)
......
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