Skip to content
Snippets Groups Projects
Commit fbb6f381 authored by dg's avatar dg
Browse files

Fix Outmaneveured

git-svn-id: http://svn.net-core.org/repos/t-engine4@5031 51575b47-30f0-44d4-a5cc-537603b46e54
parent 86c61195
No related branches found
No related tags found
No related merge requests found
......@@ -713,7 +713,7 @@ function _M:attackTargetWith(target, weapon, damtype, mult, force_dam)
-- Outmaneuver
if effPredator.typeOutmaneuverChance > 0 and rng.percent(effPredator.typeOutmaneuverChance) then
local t = self:getTalentFromId(self.T_OUTMANEUVER)
target:setEffect(target.EFF_OUTMANEUVERED, t.getDuration(self, t), { reduction=t.getReduction(self, t) })
target:setEffect(target.EFF_OUTMANEUVERED, t.getDuration(self, t), { physicalResistChange=t.getPhysicalResistChange(self, t), statReduction=t.getStatReduction(self, t) })
end
end
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