This commit is contained in:
L
2020-07-19 22:20:09 -03:00
parent c55025a50f
commit 00d8f1da66
2 changed files with 2 additions and 2 deletions

View File

@@ -723,7 +723,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
var/image/speech_overlay = image('icons/mob/talk.dmi', person, "default0", layer = ABOVE_MOB_LAYER)
INVOKE_ASYNC(GLOBAL_PROC, /proc/flick_overlay, speech_overlay, list(target.client), 30)
if (target.client?.prefs.chat_on_map)
target.create_chat_message(person, understood_language, chosen, spans, 0)
target.create_chat_message(person, understood_language, chosen, spans)
to_chat(target, message)
qdel(src)