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

Thunderstorm no longer does friendlyfire

parent ff9f52b1
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ newTalent{
end end
-- Randomly take targets
local tg = {type="ball", radius=1, range=self:getTalentRange(t), talent=t, selffire=self:spellFriendlyFire()}
local tg = {type="ball", radius=1, range=self:getTalentRange(t), talent=t, friendlyfire=false}
for i = 1, t.getTargetCount(self, 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