From dc0b9cd0b1f2dc14f49dc92d69df099c03e8e752 Mon Sep 17 00:00:00 2001 From: Gandalf Date: Thu, 18 Feb 2021 21:23:29 +0000 Subject: [PATCH] Update death.dm (#3494) --- 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 fecc3c4e771..429dfa802dc 100644 --- a/code/modules/mob/living/death.dm +++ b/code/modules/mob/living/death.dm @@ -90,6 +90,7 @@ med_hud_set_status() stop_pulling() + cut_overlay(GLOB.combat_indicator_overlay) //SKYRAT EDIT ADDITION - COMBAT_INDICATOR set_combat_indicator(FALSE) //SKYRAT EDIT ADDITION - COMBAT_INDICATOR set_ssd_indicator(FALSE) //SKYRAT EDIT ADDITION - SSD_INDICATOR set_typing_indicator(FALSE) //SKYRAT EDIT ADDITION - TYPING_INDICATOR