From f4444f2dad01002e456cf9e9f2a5609ff6cb5275 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Sat, 15 Apr 2017 20:35:17 -0500 Subject: [PATCH] Sorta fixes the syntax on the *halt emote --- code/modules/mob/living/silicon/robot/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/emote.dm b/code/modules/mob/living/silicon/robot/emote.dm index a75a8f4bcc..84825559b0 100644 --- a/code/modules/mob/living/silicon/robot/emote.dm +++ b/code/modules/mob/living/silicon/robot/emote.dm @@ -230,7 +230,7 @@ if("halt") if (istype(module,/obj/item/weapon/robot_module/robot/security)) - message = "[src]'s speakers skreech, \"Halt! Security!\"." + message = "'s speakers skreech, \"Halt! Security!\"." playsound(src.loc, 'sound/voice/halt.ogg', 50, 0) m_type = 2