Unbreaks internal surgery (#19261)

This commit is contained in:
Cameron Lennox
2026-03-07 01:38:25 -05:00
committed by GitHub
parent 1f9dd4cbd7
commit e71499eae1
+1 -1
View File
@@ -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)