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

Last Stand won't heal when auto-reactivated by leveling up

git-svn-id: http://svn.net-core.org/repos/t-engine4@6624 51575b47-30f0-44d4-a5cc-537603b46e54
parent 26c2cb67
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,9 @@ newTalent{
nomove = self:addTemporaryValue("never_move", 1),
dieat = self:addTemporaryValue("die_at", -hp),
}
self:heal(hp)
if not self:attr("talent_reuse") then
self:heal(hp)
end
return ret
end,
deactivate = function(self, t, p)
......
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