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

ogric wrath works against many more things

parent da671f7b
No related branches found
No related tags found
No related merge requests found
......@@ -286,6 +286,7 @@ setDefaultProjector(function(src, x, y, type, dam, tmp, no_martyr)
print("[PROJECTOR] after self-resists dam", dam)
end
local initial_dam = dam
lastdam = dam
-- Static reduce damage for psionic kinetic shield
if target.isTalentActive and target:isTalentActive(target.T_KINETIC_SHIELD) then
......@@ -400,8 +401,6 @@ setDefaultProjector(function(src, x, y, type, dam, tmp, no_martyr)
print("[PROJECTOR] final dam after static checks", dam)
local initial_dam = dam
local hd = {"DamageProjector:final", src=src, x=x, y=y, type=type, dam=dam, tmp=tmp, no_martyr=no_martyr}
if src:triggerHook(hd) then dam = hd.dam if hd.stopped then return hd.stopped end end
if target.fireTalentCheck then
......
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