From b70a5b5875f0e8451ab56bbb38669abc3f088df3 Mon Sep 17 00:00:00 2001 From: ariaworld <143797359+ariaworld@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:12:34 +0200 Subject: [PATCH] Fix: Missing "select_alteration" --- .../mob/living/carbon/human/innate_abilities/customization.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/innate_abilities/customization.dm b/code/modules/mob/living/carbon/human/innate_abilities/customization.dm index 0d6b5c8298c3..3ec59d565621 100644 --- a/code/modules/mob/living/carbon/human/innate_abilities/customization.dm +++ b/code/modules/mob/living/carbon/human/innate_abilities/customization.dm @@ -341,7 +341,7 @@ H.hair_color = sanitize_hexcolor(new_hair_color, 6) H.update_hair() - else if("Skin Tone (Non-Mutant)") // Skin tone, different than mutant color + else if(select_alteration == "Skin Tone (Non-Mutant)") // Skin tone, different than mutant color var/list/choices = GLOB.skin_tones - GLOB.nonstandard_skin_tones if(CONFIG_GET(flag/allow_custom_skintones)) choices += "custom"