mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user