From d000823b2f03349e3676a4fe2b0af75f1874c2a9 Mon Sep 17 00:00:00 2001 From: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Date: Sun, 19 Apr 2026 11:51:55 -0500 Subject: [PATCH] Removing brain updates med hud (#95782) ## About The Pull Request Removing the brain updates med hud status (to indicate the body is not revivable) ## Changelog :cl: Melbert fix: Removing brain updates the med hud /:cl: --- code/modules/mob/living/brain/brain_item.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/brain/brain_item.dm b/code/modules/mob/living/brain/brain_item.dm index ff2550026d1..e02cf298603 100644 --- a/code/modules/mob/living/brain/brain_item.dm +++ b/code/modules/mob/living/brain/brain_item.dm @@ -133,6 +133,7 @@ if(!(organ_owner.living_flags & STOP_OVERLAY_UPDATE_BODY_PARTS)) organ_owner.update_body_parts() organ_owner.clear_mood_event("brain_damage") + organ_owner.med_hud_set_status() /obj/item/organ/brain/update_icon_state() icon_state = "[initial(icon_state)][smooth_brain ? "-smooth" : ""]"