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

sanity

parent 1271230d
No related branches found
No related tags found
No related merge requests found
......@@ -700,7 +700,7 @@ newTalent{
if target:hasEffect(target.EFF_MARKED) or self:isTalentActive(self.T_CONCEALMENT) then
local targets2 = self:archeryAcquireTargets(tg, {multishots=2, x=target.x, y=target.y})
self:archeryShoot(targets2, t, nil, {mult=dam*0.25})
if targets2 then self:archeryShoot(targets2, t, nil, {mult=dam*0.25}) end
end
return 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