From 31cf8842e498db69f1ab1c621b1dbd264af50b49 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Wed, 2 Dec 2020 23:45:18 -0700 Subject: [PATCH] Update death.dm --- code/modules/mob/living/death.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/death.dm b/code/modules/mob/living/death.dm index fe5a78de21..c605f91528 100644 --- a/code/modules/mob/living/death.dm +++ b/code/modules/mob/living/death.dm @@ -78,6 +78,7 @@ update_mobility() med_hud_set_health() med_hud_set_status() + clear_typing_indicator() if(!gibbed && !QDELETED(src)) addtimer(CALLBACK(src, .proc/med_hud_set_status), (DEFIB_TIME_LIMIT * 10) + 1) stop_pulling()