Merges Heal_Damage and Heal_robotic_damage procs

like I should have done in the first place.
Corrects all usages of Heal_damage so it works with the changed version.
Same goes for Heal_robotic_damage
This commit is contained in:
Robson Richards
2013-12-29 17:40:12 +00:00
parent 53bfd06609
commit d3d4c79946
7 changed files with 16 additions and 24 deletions
@@ -44,9 +44,9 @@ Bonus
for(var/obj/item/organ/limb/L in parts)
if(L.status == ORGAN_ROBOTIC)
L.heal_robotic_damage(get_damage, get_damage)
L.heal_damage(get_damage, get_damage, 1)
else
L.heal_damage(get_damage, get_damage)
L.heal_damage(get_damage, get_damage, 0)
else
if(M.getFireLoss() > 0 || M.getBruteLoss() > 0)