This commit is contained in:
Fox-McCloud
2017-06-27 14:45:25 -04:00
parent 9832d1b605
commit f1746e011e
2 changed files with 2 additions and 1 deletions
@@ -9,6 +9,8 @@
var/obj/item/organ/external/affected = H.get_organ(user.zone_sel.selecting)
if(!affected)
return 0
if(affected.status & ORGAN_BROKEN) //The arm has to be in prime condition to augment it.
return 0
if(affected.status & ORGAN_ROBOT)
return 0
return 1
@@ -852,7 +852,6 @@ Note that amputating the affected organ does in fact remove the infection from t
status &= ~ORGAN_BROKEN
return 1
// I put these two next to each other to highlight that both exist. This should likely be resolved.
/obj/item/organ/external/robotize(company, make_tough = 0, convert_all = 1)
..()
//robot limbs take reduced damage