Liver rework (#31410)

* Remove old stuff

* Liver expansion

* Slimepeople don't take constant tox damage

* oops

* Makes this use the helper

* Oops

* Fixes

* Oops

* Capitalization

* Comment update
This commit is contained in:
DGamerL
2026-02-12 02:22:46 +01:00
committed by GitHub
parent f31893cb9e
commit 55c351f4ee
15 changed files with 161 additions and 49 deletions
@@ -1651,6 +1651,10 @@
var/mob/living/carbon/human/H = M
for(var/obj/item/organ/internal/I in M.internal_organs) // 60 healing to all internal organs.
I.heal_internal_damage(4, TRUE)
if(istype(I, /obj/item/organ/internal/liver))
var/obj/item/organ/internal/liver/liver = I
liver.damaged_ticks = 0
if(istype(I, /obj/item/organ/internal/cyberimp)) // Fix disabled implants like the ipc charging implant
var/obj/item/organ/internal/cyberimp/crit = I
crit.crit_fail = FALSE