Fixes ghost yelling, now the message will be displayed.

Same with binary chat, blob overmind and alien hivermind.
This commit is contained in:
Aranclanos
2015-08-30 19:14:30 -03:00
parent f26a67348d
commit d3b131a2ad
4 changed files with 4 additions and 4 deletions

View File

@@ -96,7 +96,7 @@
if (!message)
return
var/message_a = say_quote(message)
var/message_a = say_quote(message, get_spans())
var/rendered = "<font color=\"#EE4000\"><i><span class='game say'>Blob Telepathy, <span class='name'>[name]([blob_reagent_datum.name])</span> <span class='message'>[message_a]</span></span></i></font>"
for (var/mob/M in mob_list)