mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
Fixes ghost yelling, now the message will be displayed.
Same with binary chat, blob overmind and alien hivermind.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user