Sneaky spans

This commit is contained in:
Fermi
2020-10-06 00:06:09 +01:00
parent ab27d5dd30
commit 6cc34d7779
+1 -2
View File
@@ -112,8 +112,7 @@
/mob/living/simple_animal/jacq/proc/jacqrunes(message, mob/living/carbon/C) //Displays speechtext over Jacq for the user only.
var/atom/hearer = C
//var/list/spans = list("spooky")
spans |= "spooky"
var/list/spans = list("spooky")
new /datum/chatmessage(message, src, hearer, spans)
//new /datum/chatmessage(lang_treat(speaker, message_language, raw_message, spans, null, TRUE), speaker, src, spans)