mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
Merge pull request #3655 from PolarisSS13/revert-3628-limp_stump
Revert "New limbs can no longer be attached over limb stumps"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user