From 020a95195ccf3ef7edd2bdcd0a3486c1f7f72c7b Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Sat, 2 Mar 2024 05:14:23 -0700 Subject: [PATCH] [MIRROR] Chatmessage runtime (#7866) Co-authored-by: Raeschen --- code/datums/chat_message.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/chat_message.dm b/code/datums/chat_message.dm index c448851d5f..d245183549 100644 --- a/code/datums/chat_message.dm +++ b/code/datums/chat_message.dm @@ -225,7 +225,7 @@ var/list/runechat_image_cache = list() return ending_life = TRUE animate(message, alpha = 0, time = fadetime, flags = ANIMATION_PARALLEL) - timer_delete = QDEL_IN_STOPPABLE(src, fadetime) + timer_delete = QDEL_IN_STOPPABLE(src, fadetime) //ChompEDIT - we use QDEL_IN_STOPPABLE, upstream just has QDEL_IN do the same thing /** * Creates a message overlay at a defined location for a given speaker