Replaces setting ORGAN_ROBOT flag with robotize() call

This commit is contained in:
mwerezak
2015-05-30 14:25:53 -04:00
parent 40d437f988
commit cbeaabee9c

View File

@@ -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