Fix Species Preview Image

SCREENSHOT TEST STILL BROKEN.
This commit is contained in:
JonaMaz
2023-02-20 15:03:18 -05:00
parent 0fe399a0bc
commit c38ca0b6dc
@@ -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)