diff --git a/code/citadel/dogborgstuff.dm b/code/citadel/dogborgstuff.dm index 86815fa98e..22848b27dd 100644 --- a/code/citadel/dogborgstuff.dm +++ b/code/citadel/dogborgstuff.dm @@ -899,7 +899,7 @@ var/mob/living/silicon/robot/R = user if(R) visible_message("[R]'s eyes flash brightly, staring directly at [A]!", "Your targetting systems lock on to [A]...") - addtimer(CALLBACK(R, .proc/leap_at, A), pounce_spoolup) + addtimer(CALLBACK(R, R.proc/leap_at, A), pounce_spoolup) /mob/living/silicon/robot/proc/leap_at(atom/A) if(pounce_cooldown)