diff --git a/code/modules/mob/living/carbon/human/human_damage.dm b/code/modules/mob/living/carbon/human/human_damage.dm index 95f00690c61..54cceec0635 100644 --- a/code/modules/mob/living/carbon/human/human_damage.dm +++ b/code/modules/mob/living/carbon/human/human_damage.dm @@ -26,6 +26,7 @@ update_revive() med_hud_set_health() med_hud_set_status() + handle_hud_icons() /mob/living/carbon/human/adjustBrainLoss(var/amount) if(status_flags & GODMODE)