From 2838984bcf8f5a2bd2dd81119ef84ad55ca86149 Mon Sep 17 00:00:00 2001 From: "rockdtben@gmail.com" Date: Fri, 11 May 2012 22:42:40 +0000 Subject: [PATCH] AutoUpdateTK lags tremendously. TK functions as it used to before Doohl gave it a minibuff. This is not to be added again until it someone rights a less laggy version. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3580 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/object_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/object_procs.dm b/code/game/objects/object_procs.dm index 7e230546fcf..f57f6ce93a7 100644 --- a/code/game/objects/object_procs.dm +++ b/code/game/objects/object_procs.dm @@ -9,7 +9,7 @@ src.attack_ai(usr) // check for TK users - AutoUpdateTK(src) + //AutoUpdateTK(src) if (istype(usr, /mob/living/carbon/human)) if(istype(usr.l_hand, /obj/item/tk_grab) || istype(usr.r_hand, /obj/item/tk_grab/)) if(!(usr in nearby))