From e71499eae120bddb8ff25d6b07ddf435f2577263 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Sat, 7 Mar 2026 01:38:25 -0500 Subject: [PATCH] Unbreaks internal surgery (#19261) --- code/modules/surgery/robotics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/robotics.dm b/code/modules/surgery/robotics.dm index 0199151308..3b224290f9 100644 --- a/code/modules/surgery/robotics.dm +++ b/code/modules/surgery/robotics.dm @@ -138,7 +138,7 @@ user.visible_message(span_notice("[user] opens the maintenance hatch on [target]'s [affected.name] with \the [tool]."), \ span_notice("You open the maintenance hatch on [target]'s [affected.name] with \the [tool].")) user.balloon_alert_visible("opens the maintenance hatch on [target]'s [affected.name]", "maintenance hatch on \the [affected.name] open") - affected.open = BONE_CUT + affected.open = BONE_RETRACTED /datum/surgery_step/robotics/open_hatch/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) var/obj/item/organ/external/affected = target.get_organ(target_zone)