mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 13:33:29 +00:00
Replaces setting ORGAN_ROBOT flag with robotize() call
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
if(istype(limb))
|
||||
max_damage = limb.max_damage
|
||||
if((limb.status & ORGAN_ROBOT) && (!parent || (parent.status & ORGAN_ROBOT)))
|
||||
status |= ORGAN_ROBOT //if both limb and the parent are robotic, the stump is robotic too
|
||||
robotize() //if both limb and the parent are robotic, the stump is robotic too
|
||||
|
||||
/obj/item/organ/external/stump/is_stump()
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user