Silicon emotes.

This commit is contained in:
Ccomp5950
2014-04-27 00:06:19 -05:00
parent 4572414a49
commit 343d04c726
+3
View File
@@ -27,6 +27,9 @@
message = trim(copytext(sanitize(message), 1, MAX_MESSAGE_LEN))
return say_dead(message)
if(copytext(message,1,2) == "*")
return emote(copytext(message,2))
var/bot_type = 0 //Let's not do a fuck ton of type checks, thanks.
if(istype(src, /mob/living/silicon/ai))
bot_type = IS_AI