Skip to content
Snippets Groups Projects
Commit 11c9277c authored by Sheila's avatar Sheila
Browse files

Wisp cleanup

parent 22d6ac96
No related branches found
No related tags found
1 merge request!393Necro buffs
......@@ -225,7 +225,7 @@ function necroSetupSummon(self, m, x, y, level, no_control, no_decay)
if not p or not self.x or not self.y or not src.x or not src.y or core.fov.distance(self.x, self.y, src.x, src.y) > self.summoner.necrotic_aura_radius then return end
if w and rng.percent(w.chance) then
local t = src:getTalentFromId(src.T_WILL_O__THE_WISP)
ret = t.summon(src, t, w.dam, self, killer)
ret = t.summon(src, t, w.dam, self, killer, false)
if ret then return end
end
if src:getTalentLevel(src.T_AURA_MASTERY) >= 3 and rng.percent(25) then
......
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