From 68f463452e170f2ba89389707ebfe61b893cf584 Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Sun, 27 Aug 2017 04:21:29 -0700 Subject: [PATCH] Revert "Lets humans use MUTCOLORs [Maximum Heresy]" - turns out this is breaking things (#2516) fine ktccd il do it --- code/modules/mob/living/carbon/human/species_types/humans.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species_types/humans.dm b/code/modules/mob/living/carbon/human/species_types/humans.dm index 2ded5497ee..70df503ff4 100644 --- a/code/modules/mob/living/carbon/human/species_types/humans.dm +++ b/code/modules/mob/living/carbon/human/species_types/humans.dm @@ -2,10 +2,10 @@ name = "Human" id = "human" default_color = "FFFFFF" - species_traits = list(MUTCOLORS,EYECOLOR,HAIR,FACEHAIR,LIPS) + species_traits = list(MUTCOLORS_PARTSONLY,EYECOLOR,HAIR,FACEHAIR,LIPS) mutant_bodyparts = list("tail_human", "ears", "taur") default_features = list("tail_human" = "None", "ears" = "None", "taur" = "none") - use_skintones = FALSE + use_skintones = 1 skinned_type = /obj/item/stack/sheet/animalhide/human disliked_food = GROSS | RAW liked_food = JUNKFOOD | FRIED