Fixes organ damage and pulse (#7521)

Fixes organ damage and pulse
This commit is contained in:
Matt Atlas
2019-11-27 23:15:11 +02:00
committed by Erki
parent 173822fad7
commit f088260110
6 changed files with 50 additions and 7 deletions
@@ -97,10 +97,6 @@
..()
handle_regeneration()
/obj/item/organ/internal/proc/heal_damage(amount)
if (can_recover())
damage = between(0, damage - round(amount, 0.1), max_damage)
/obj/item/organ/internal/proc/handle_regeneration()
if(!damage || BP_IS_ROBOTIC(src) || !owner || owner.chem_effects[CE_TOXIN])
return