Skip to content
Snippets Groups Projects
Commit 7c00a949 authored by stuntofthelitter's avatar stuntofthelitter Committed by DarkGod
Browse files

Cancelling secondary target for Nature's Equilibrium now targets self

parent 6201b170
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ newTalent{ ...@@ -170,7 +170,7 @@ newTalent{
while hit do -- breakable if while hit do -- breakable if
local tg = util.getval(t.second_target, self, t) local tg = util.getval(t.second_target, self, t)
local x, y, target = self:getTarget(tg) local x, y, target = self:getTarget(tg)
if not target or not self:canProject(tg, x, y) then return nil end if not target then target = self end
target:attr("allow_on_heal", 1) target:attr("allow_on_heal", 1)
target:heal(dam, t) target:heal(dam, 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