Revert "New limbs can no longer be attached over limb stumps"

This commit is contained in:
Anewbe
2017-07-27 16:58:02 -05:00
committed by GitHub
parent 5da48fd2cc
commit 3301e20ce8
-3
View File
@@ -31,9 +31,6 @@
else if((P.robotic >= ORGAN_ROBOT) && (E.robotic < ORGAN_ROBOT))
user << "<span class='warning'>Attaching [E] to [P] wouldn't work well.</span>"
return 0
else if(P.children.len)
user << "<span class='warning'>Something is in the way! You can't attach [E] here!</span>"
return 0
else
return 1