From e6ac1920569e2a4e0e2e596977d46047babcda29 Mon Sep 17 00:00:00 2001 From: "aranclanos@hotmail.com" Date: Thu, 10 Jan 2013 16:35:55 +0000 Subject: [PATCH] Runtime fix for trying to blow traitor borgs, I just changed a usr for a src whooooo git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5506 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/silicon/robot/robot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 586647d7428..a789a68a2ba 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -965,7 +965,7 @@ set name = "Reset Identity Codes" set desc = "Scrambles your security and identification codes and resets your current buffers. Unlocks you and but permenantly severs you from your AI and the robotics console and will deactivate your camera system." - var/mob/living/silicon/robot/R = usr + var/mob/living/silicon/robot/R = src if(R) R.UnlinkSelf()