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

🆑 Melbert
fix: Removing brain updates the med hud
/🆑
This commit is contained in:
MrMelbert
2026-04-19 12:51:55 -04:00
committed by GitHub
parent 8ea37cd4d5
commit d000823b2f
@@ -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" : ""]"