diff --git a/code/modules/mob/living/carbon/human/species_types/felinid.dm b/code/modules/mob/living/carbon/human/species_types/felinid.dm index 1f59a475ad8..0cda57c4104 100644 --- a/code/modules/mob/living/carbon/human/species_types/felinid.dm +++ b/code/modules/mob/living/carbon/human/species_types/felinid.dm @@ -133,8 +133,11 @@ /datum/species/human/felinid/prepare_human_for_preview(mob/living/carbon/human/human_for_preview) human_for_preview.hairstyle = "Hime Cut" human_for_preview.hair_color = "#ffcccc" // pink + human_for_preview.dna.features["mcolor"] = "#ffdeb3" //Bubber Edit. + human_for_preview.update_mutant_bodyparts(TRUE)//Bubber Edit human_for_preview.update_body_parts() + /* SKYRAT EDIT - Making the species menu icons work better - ORIGINAL: var/obj/item/organ/internal/ears/cat/cat_ears = human_for_preview.getorgan(/obj/item/organ/internal/ears/cat) if (cat_ears)