mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 22:28:03 +01:00
Fix: Missing "select_alteration"
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user