From 922ecc223a7aecdcd3eec9037182f26c52f40c4a Mon Sep 17 00:00:00 2001 From: morrowwolf Date: Mon, 11 Sep 2023 01:20:40 -0400 Subject: [PATCH] Recalibrate limbs tweak (#4372) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # About the pull request This PR makes it so recalibrating limbs no longer requires the patient to be laying down. # Explain why it's good for the game Someone reported this was bugged but I cannot get it to break and *someone* ahealed it before I could take a look 😁 . The only thing I can think of is people aren't having the person lay down properly before fixing it but after initial attachment it should be fine to just do it while the person is standing and makes it easier for medics who don't know any better. # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: Morrow qol: Recalibrating limbs can now be done with the patient standing /:cl: --- code/modules/surgery/robolimb_repair.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/surgery/robolimb_repair.dm b/code/modules/surgery/robolimb_repair.dm index 99c918039a31..f7ec1b483f66 100644 --- a/code/modules/surgery/robolimb_repair.dm +++ b/code/modules/surgery/robolimb_repair.dm @@ -12,6 +12,7 @@ pain_reduction_required = NONE requires_bodypart = TRUE requires_bodypart_type = LIMB_ROBOT + lying_required = FALSE /datum/surgery/prosthetic_recalibration/can_start(mob/user, mob/living/carbon/patient, obj/limb/L, obj/item/tool) if(L.status & LIMB_UNCALIBRATED_PROSTHETIC)