From 37d2721c76fbaf2107c92c53b297bbaa90d708f3 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Fri, 8 Jul 2016 19:28:07 -0400 Subject: [PATCH] Makes healthdoll immediately update upon being hit --- code/modules/mob/living/carbon/human/human_damage.dm | 1 + 1 file changed, 1 insertion(+) 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)