From ea5ed6f1fa7976bf5cfaaacbc9d8d3a7d4971f66 Mon Sep 17 00:00:00 2001 From: ZVB334 <79652623+ZVB334@users.noreply.github.com> Date: Mon, 12 Apr 2021 15:39:32 -0500 Subject: [PATCH] Update life.dm --- code/modules/mob/living/carbon/human/life.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 484d3747a3..42f7af2fd6 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1754,6 +1754,7 @@ holder2.icon_state = "huddead" else if(foundVirus) holder.icon_state = "hudill" +/* Start Chomp edit else if(has_brain_worms()) var/mob/living/simple_mob/animal/borer/B = has_brain_worms() if(B.controlling) @@ -1761,13 +1762,13 @@ else holder.icon_state = "hudhealthy" holder2.icon_state = "hudbrainworm" +End Chomp edit */ else holder.icon_state = "hudhealthy" if(virus2.len) holder2.icon_state = "hudill" else holder2.icon_state = "hudhealthy" - apply_hud(STATUS_HUD, holder) apply_hud(STATUS_HUD_OOC, holder2)