From c172faf2d403f82a16336e99a6f2f767bfaa28a4 Mon Sep 17 00:00:00 2001 From: "uhangi@gmail.com" Date: Tue, 16 Aug 2011 20:08:32 +0000 Subject: [PATCH] Committing something for Rolan7. If shit hits the fan, it's not my fault! git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2021 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/say.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index 304680d2cef..6f2aa0e8ebd 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -63,7 +63,7 @@ else if (copytext(message, 1, 2) == ";") if (ishuman(src)) message_mode = "headset" - else if(istype(src, /mob/living/silicon/pai)) + else if(istype(src, /mob/living/silicon/pai) || istype(src, /mob/living/silicon/robot)) message_mode = "pAI" message = copytext(message, 2)