Preleminary work on robolimbs. Expect more soon.

This commit is contained in:
ZomgPonies
2014-05-25 18:45:49 -04:00
parent aefe0d45cb
commit 7ccdcbce93
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ mob/living/carbon/human/proc/handle_pain()
for(var/datum/organ/external/E in organs)
// amputated limbs don't cause pain
if(E.amputated) continue
if(E.status & ORGAN_DEAD) continue
if(E.status & ORGAN_DEAD|ORGAN_ROBOT) continue
var/dam = E.get_damage()
// make the choice of the organ depend on damage,
// but also sometimes use one of the less damaged ones