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

fix attenuate

parent 45e6bbfb
No related branches found
No related tags found
1 merge request!107Chrono talent balance
......@@ -128,7 +128,7 @@ newTalent{
requires_target = true,
direct_hit = true,
doAnomaly = function(self, t, target, eff)
self:project({type=hit}, target.x, target.y, t.getDamageType(self, t), eff.power * eff.dur)
self:project({type=hit}, target.x, target.y, DamageType.TEMPORAL, eff.power * eff.dur)
target:removeEffect(target.EFF_ATTENUATE)
end,
action = function(self, t)
......
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