From 10b7d2406055c04e526db01c526fae055455a9ac Mon Sep 17 00:00:00 2001 From: Belaya Date: Fri, 21 Mar 2025 13:16:04 -0500 Subject: [PATCH] Fix for ethereals being unable to gain weight from food --- code/modules/mob/living/carbon/human/species_types/ethereal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/ethereal.dm b/code/modules/mob/living/carbon/human/species_types/ethereal.dm index ba98bda5a6..6075cb2915 100644 --- a/code/modules/mob/living/carbon/human/species_types/ethereal.dm +++ b/code/modules/mob/living/carbon/human/species_types/ethereal.dm @@ -16,7 +16,7 @@ damage_overlay_type = "" //We are too cool for regular damage overlays species_traits = list(MUTCOLORS, HAIR, HAS_FLESH, HAS_BONE) // i mean i guess they have blood so they can have wounds too species_language_holder = /datum/language_holder/ethereal - inherent_traits = list(TRAIT_NOHUNGER) + inherent_traits = list() //GS13 Edit: Our electric brethren want to be fat too sexes = FALSE toxic_food = NONE /*