Skip to content
Snippets Groups Projects
Commit 4d989487 authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Energy alchemy bug fixed.

parent a36247b1
No related branches found
No related tags found
1 merge request!114Friendlyfire fixes
......@@ -159,7 +159,7 @@ newTalent{
end end
-- Randomly take targets
local tg = {type="hit", range=self:getTalentRange(t), talent=t, selffire=self:spellFriendlyFire()}
local tg = {type="hit", range=self:getTalentRange(t), talent=t, friendlyfire=false} -- don't make it blocked by the golem
for i = 1, 1 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