runechat axed.

This commit is contained in:
quotefox
2022-09-21 06:03:53 +01:00
parent 4349f2097e
commit 84a91c2867
4 changed files with 0 additions and 9 deletions
-2
View File
@@ -702,8 +702,6 @@ GLOBAL_LIST_INIT(hallucination_list, list(
if (!is_radio && !target.client?.prefs.chat_on_map)
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)
to_chat(target, message)
qdel(src)