Fixes audible emotes having weird colour sometimes. (#18142)

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2024-01-05 17:04:52 +00:00
committed by GitHub
co-authored by Matt Atlas
parent fdd1ac6558
commit 30f521acb1
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -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