mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 10:03:45 +00:00
New limbs can no longer be attached over limb stumps
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
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