mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user