mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Fixes audible emotes having weird colour sometimes. (#18142)
Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
allow_accents = TRUE
|
||||
|
||||
/datum/language/noise/format_message(message, verb)
|
||||
return span(message, "<span class='[colour]'>[message]</span>")
|
||||
return span("message", "<span class='[colour]'>[message]</span>")
|
||||
|
||||
/datum/language/noise/format_message_plain(message, verb)
|
||||
return message
|
||||
|
||||
Reference in New Issue
Block a user