From 25bf791dd1830be969896d3ecf689c91439d05ec Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Wed, 1 Feb 2017 14:52:31 +0100 Subject: [PATCH] Fixed Lacerating Strikes (was that even tested ???) --- game/modules/tome/data/talents/cunning/scoundrel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/cunning/scoundrel.lua b/game/modules/tome/data/talents/cunning/scoundrel.lua index 266a317ee6..2be8a70cf3 100644 --- a/game/modules/tome/data/talents/cunning/scoundrel.lua +++ b/game/modules/tome/data/talents/cunning/scoundrel.lua @@ -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)}) -- GitLab