Damage converter symptom now only heals one limb at a time

This commit is contained in:
Nerd Lord
2016-03-07 11:59:00 -05:00
parent 3743364c45
commit 91e4ac0420
@@ -45,8 +45,8 @@ Bonus
if(!parts.len)
return
for(var/obj/item/organ/limb/L in parts)
L.heal_damage(get_damage, get_damage, 0)
var/obj/item/organ/limb/L = pick(parts)
L.heal_damage(get_damage, get_damage, 0)
else
if(M.getFireLoss() > 0 || M.getBruteLoss() > 0)