From f59c4ec7034dc779218fc0492cddb4ad301d6825 Mon Sep 17 00:00:00 2001 From: Molti Date: Tue, 28 Feb 2023 01:38:52 -0600 Subject: [PATCH] hair --- .../mob/living/carbon/human/species_types/jellypeople.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm index 20701d96418c..bee0cc20d352 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -5,7 +5,7 @@ id = "jelly" default_color = "00FF90" say_mod = "chirps" - species_traits = list(MUTCOLORS,EYECOLOR,NOBLOOD) + species_traits = list(MUTCOLORS, EYECOLOR, NOBLOOD, HAIR) inherent_traits = list(TRAIT_TOXINLOVER) mutantlungs = /obj/item/organ/lungs/slime meat = /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/slime @@ -19,6 +19,8 @@ changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_PRIDE | MIRROR_MAGIC | RACE_SWAP | ERT_SPAWN | SLIME_EXTRACT species_language_holder = /datum/language_holder/jelly swimming_component = /datum/component/swimming/dissolve + hair_color = "mutcolor" + hair_alpha = 140 /datum/species/jelly/on_species_loss(mob/living/carbon/C) if(regenerate_limbs)