Datumizes saymodes

This commit is contained in:
MoreRobustThanYou
2017-12-03 12:56:03 -06:00
committed by CitadelStationBot
parent 6217206bae
commit 29ba71765c
15 changed files with 240 additions and 116 deletions
@@ -56,13 +56,6 @@
return 1
return ..()
/mob/living/simple_animal/hostile/blob/handle_inherent_channels(message, message_mode)
if(message_mode == MODE_BINARY)
blob_chat(message)
return 1
else
..()
/mob/living/simple_animal/hostile/blob/proc/blob_chat(msg)
var/spanned_message = say_quote(msg, get_spans())
var/rendered = "<font color=\"#EE4000\"><b>\[Blob Telepathy\] [real_name]</b> [spanned_message]</font>"