From 0d5928ce6dbfa960f4c71255cad9899b84d86573 Mon Sep 17 00:00:00 2001 From: Lucy Date: Mon, 17 Jun 2024 18:29:52 -0400 Subject: [PATCH] Oozeling cores, like oozelings, are now fireproof. (#2316) --- .../code/modules/smithing/oozelings/body/organs.dm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/monkestation/code/modules/smithing/oozelings/body/organs.dm b/monkestation/code/modules/smithing/oozelings/body/organs.dm index 2b0a73d976ecf8..08c7ea7fb1a11b 100644 --- a/monkestation/code/modules/smithing/oozelings/body/organs.dm +++ b/monkestation/code/modules/smithing/oozelings/body/organs.dm @@ -48,10 +48,13 @@ name = "core" desc = "The center core of a slimeperson, technically their 'extract.' Where the cytoplasm, membrane, and organelles come from; perhaps this is also a mitochondria?" zone = BODY_ZONE_CHEST - var/obj/effect/death_melt_type = /obj/effect/temp_visual/wizard/out - var/core_color = COLOR_WHITE icon = 'monkestation/code/modules/smithing/icons/oozeling.dmi' icon_state = "slime_core" + resistance_flags = FIRE_PROOF + + var/obj/effect/death_melt_type = /obj/effect/temp_visual/wizard/out + var/core_color = COLOR_WHITE + var/core_ejected = FALSE var/gps_active = TRUE