mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fix Species Preview Image
SCREENSHOT TEST STILL BROKEN.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user