Index: sharpshot.lua =================================================================== --- sharpshot.lua (revision 1715) +++ sharpshot.lua (working copy) @@ -9,6 +9,8 @@ ----------------------------------- function onEffectGain(target,effect) +target:addMod(MOD_RACC,20); + end; ----------------------------------- @@ -23,4 +25,6 @@ ----------------------------------- function onEffectLose(target,effect) +target:delMod(MOD_RACC,20); + end; \ No newline at end of file