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

fix

parent e32b190c
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ newTalent{
if ab.no_energy then return end
if ab.mode ~= "activated" then return end
if not self:attr("swap_combat_techniques_hate") then return end
if not ab.hate or util.getval(ab.hate) <= 0 then return end
if not ab.hate or util.getval(ab.hate, self, ab) <= 0 then return end
self:incHate(t.getHateRecover(self, t))
end,
info = function(self, t)
......
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