Skip to content
Snippets Groups Projects
Commit 25bf791d authored by DarkGod's avatar DarkGod
Browse files

Fixed Lacerating Strikes

(was that even tested ???)
parent 6a188add
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ newTalent{
end
end
end,
callbackOnArcheryAttack = function(self, t, target, hitted)
callbackOnArcheryAttack = function(self, t, target, hitted, crit, weapon, ammo, damtype, mult, dam, talent)
if not (target and hitted and dam > 0) or self:reactionToward(target) >= 0 then return nil end
if rng.percent(t.getChance(self, t)) and target:canBe("cut") then
target:setEffect(target.EFF_CUT, 10, {src=self, power=(dam*.75 / 10)})
......
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