Applying Harpy's prosthetic limb damage fix.

Conflicts:
	code/modules/mob/living/carbon/human/human_damage.dm
This commit is contained in:
Zuhayr
2016-01-14 08:54:56 +01:00
committed by PsiOmegaDelta
parent 6e931d0125
commit eec1c9a32a
@@ -8,7 +8,7 @@
var/total_burn = 0
var/total_brute = 0
for(var/obj/item/organ/external/O in organs) //hardcoded to streamline things a bit
if(O.status & ORGAN_ROBOT && !O.vital)
if((O.status & ORGAN_ROBOT) && !O.vital)
continue //*non-vital* robot limbs don't count towards shock and crit
total_brute += O.brute_dam
total_burn += O.burn_dam