From fe5db1194abdfd7fc7ffd0e9629f79a40706d610 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sun, 15 Oct 2017 00:46:45 -0400 Subject: [PATCH] fuk --- 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 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)