Skip to content
Snippets Groups Projects
Commit b2d64ce4 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

safety

parent e10a2d2e
No related branches found
No related tags found
1 merge request!107Chrono talent balance
......@@ -33,7 +33,7 @@ newTalent{
requires_target = true,
radius = function(self, t) return math.floor(self:combatTalentScale(t, 1.25, 3.25)) end,
target = function(self, t)
return {type="beam", range=self:getTalentRange(t), talent=t, nowarning=true}
return {type="beam", range=self:getTalentRange(t), talent=t, nowarning=true, selffire=false}
end,
getAshes = function(self, t) return {type="ball", range=0, radius=self:getTalentRadius(t), selffire=false} end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 20, 230, getParadoxSpellpower(self, t)) end,
......
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