From 38d139205d8ac5d9fb79a924946d46729c09b4eb Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sun, 15 Oct 2017 00:53:35 -0400 Subject: [PATCH] wooooooork --- code/citadel/dogborgstuff.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/citadel/dogborgstuff.dm b/code/citadel/dogborgstuff.dm index 22848b27dd..db45b6b081 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, R.proc/leap_at, A), pounce_spoolup) + addtimer(CALLBACK(R, /mob/living/silicon/robot.proc/leap_at, A), pounce_spoolup) /mob/living/silicon/robot/proc/leap_at(atom/A) if(pounce_cooldown)