diff --git a/game/modules/tome/data/talents/cunning/scoundrel.lua b/game/modules/tome/data/talents/cunning/scoundrel.lua
index 266a317ee64840b31279f7f61a78fa6ddd95ca86..2be8a70cf3381a689e3c9b58f8dfa8d6b80987e3 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)})