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()