Reviving the revival of revivers reviving. Revival edition. (#27436)

* reviver

* toxic

* more changes

* final changes

* I lied one more

* woe rename apon thee

* Update code/modules/surgery/organs/augments_internal.dm

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2024-11-28 14:14:40 +00:00
committed by GitHub
co-authored by DGamerL
parent 392c8fbfad
commit 5df5890251
9 changed files with 184 additions and 50 deletions
@@ -10,6 +10,8 @@
if(stat != DEAD)
handle_organs()
else
handle_dead_organs()
//stuff in the stomach
if(LAZYLEN(stomach_contents))
@@ -205,6 +207,14 @@
var/datum/organ/datum_organ_var_name_idk = internal_organ_datums[organ_tag]
datum_organ_var_name_idk.on_life()
/mob/living/carbon/proc/handle_dead_organs()
for(var/thing in internal_organs)
var/obj/item/organ/internal/O = thing
O.dead_process()
for(var/organ_tag in internal_organ_datums)
var/datum/organ/datum_organ_var_name_idk = internal_organ_datums[organ_tag]
datum_organ_var_name_idk.dead_process()
/mob/living/carbon/handle_diseases()
for(var/thing in viruses)
var/datum/disease/D = thing
@@ -198,7 +198,7 @@
friendly_fire_check = TRUE
//Pandora's loot: Hope //Hope I know what to make it do
//Pandora's loot: Hope
/obj/item/clothing/accessory/necklace/pandora_hope
name = "Hope"
desc = "Found at the bottom of Pandora. After all the evil was released, this was the only thing left inside."