From 4c6349f585b3df774dc8eaabc528c7cadc406d37 Mon Sep 17 00:00:00 2001 From: Walter0o Date: Thu, 7 Aug 2014 23:41:11 +0200 Subject: [PATCH] fixes #5914 user message blatantly stolen from /tg/ <3 --- code/modules/mob/living/silicon/robot/robot.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 9e16fd0aa2b..141667ecbb0 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -598,6 +598,10 @@ return if (istype(W, /obj/item/weapon/weldingtool)) + if (src == user) + user << "You lack the reach to be able to repair yourself." + return + if (!getBruteLoss()) user << "Nothing to fix here!" return