mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
tweaks
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user