From c38ca0b6dc8ffc133b64bf5daf42d66e2ca4752d Mon Sep 17 00:00:00 2001 From: JonaMaz <85446983+ShamanSliph@users.noreply.github.com> Date: Mon, 20 Feb 2023 15:03:18 -0500 Subject: [PATCH] Fix Species Preview Image SCREENSHOT TEST STILL BROKEN. --- code/modules/mob/living/carbon/human/species_types/felinid.dm | 3 +++ 1 file changed, 3 insertions(+) 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)