Skip to content

Commit

Permalink
Oozeling cores, like oozelings, are now fireproof. (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Jun 17, 2024
1 parent a0edec4 commit 0d5928c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions monkestation/code/modules/smithing/oozelings/body/organs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0d5928c

Please sign in to comment.