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
This commit is contained in:
uhangi@gmail.com
2011-08-16 20:08:32 +00:00
parent 29fa57a69a
commit c172faf2d4

View File

@@ -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)