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

Fix Ambush

git-svn-id: http://svn.net-core.org/repos/t-engine4@4379 51575b47-30f0-44d4-a5cc-537603b46e54
parent ed5d6925
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ newTalent{
m.max_life = m.max_life * t.getHealth(self, t)
m.life = util.bound(m.life, 0, m.max_life)
m.forceLevelup = function() end
m.die = nil
m.on_die = nil
m.on_acquire_target = nil
m.seen_by = nil
......
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