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

Body of Fire projectiles do not hurt the caster

parent 66a52dc6
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ newTalent{
end end
-- Randomly take targets
local tg = {type="bolt", range=self:getTalentRange(t), talent=t, display={particle="bolt_fire"}, friendlyblock=false}
local tg = {type="bolt", range=self:getTalentRange(t), talent=t, display={particle="bolt_fire"}, friendlyblock=false, friendlyfire=false}
for i = 1, math.floor(self:getTalentLevel(t)) do
if #tgts <= 0 then break end
local a, id = rng.table(tgts)
......
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