Skip to content

Commit

Permalink
Fix: Missing "select_alteration"
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaworld committed Oct 12, 2023
1 parent caab49d commit b70a5b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b70a5b5

Please sign in to comment.