From 3301e20ce871fb95abd7d0fd54b9a7d83499cf6f Mon Sep 17 00:00:00 2001 From: Anewbe Date: Thu, 27 Jul 2017 16:58:02 -0500 Subject: [PATCH] Revert "New limbs can no longer be attached over limb stumps" --- code/modules/surgery/limb_reattach.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/surgery/limb_reattach.dm b/code/modules/surgery/limb_reattach.dm index 0d10b535c3..ea5fb32091 100644 --- a/code/modules/surgery/limb_reattach.dm +++ b/code/modules/surgery/limb_reattach.dm @@ -31,9 +31,6 @@ else if((P.robotic >= ORGAN_ROBOT) && (E.robotic < ORGAN_ROBOT)) user << "Attaching [E] to [P] wouldn't work well." return 0 - else if(P.children.len) - user << "Something is in the way! You can't attach [E] here!" - return 0 else return 1