Fixes monster_core organs keeping their HUD buttons after being removed from the body (#94867)

## About The Pull Request
Title.
<img width="682" height="543" alt="afbeelding"
src="https://github.com/user-attachments/assets/d2ce739f-1b13-4397-92d6-7fceaef4e70f"
/>

## Why It's Good For The Game
Bug fix Good

## Changelog

🆑
fix: The buttons for lavaland organs no longer show up after their
removal from your body.
/🆑
This commit is contained in:
Roxy
2026-01-15 03:48:23 +01:00
committed by GitHub
parent c7d068aeaf
commit 63190baca4
@@ -99,7 +99,7 @@
/obj/item/organ/monster_core/on_mob_remove(mob/living/carbon/target_carbon, special, movement_flags)
if (!inert && !special)
owner.visible_message(span_notice("[src] rapidly decays as it's removed."))
target_carbon?.visible_message(span_notice("[src] rapidly decays as it's removed."))
go_inert()
return ..()