Applying Harpy's prosthetic limb damage fix.

This commit is contained in:
Zuhayr
2015-12-27 17:27:19 +10:30
parent 39bb0acd42
commit 1617a43685
@@ -8,8 +8,8 @@
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)
continue //robot limbs don't count towards shock and crit
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