Update preferences.dm

This commit is contained in:
Ghom
2020-04-20 17:52:10 +02:00
committed by GitHub
parent 7c6c20ec7a
commit e870830a72
+1 -1
View File
@@ -1834,7 +1834,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if("s_tone")
var/list/choices = GLOB.skin_tones - GLOB.nonstandard_skin_tones
if(CONFIG_GET(number/allow_custom_skintones))
if(CONFIG_GET(flag/allow_custom_skintones))
choices += "custom"
var/new_s_tone = input(user, "Choose your character's skin tone:", "Character Preference") as null|anything in choices
if(new_s_tone)