Merge pull request #11950 from Citadel-Station-13/Ghommie-patch-3

Fixing a little mistake with a config.
This commit is contained in:
kevinz000
2020-04-22 18:41:21 -07:00
committed by GitHub
4 changed files with 10 additions and 6 deletions

View File

@@ -159,7 +159,7 @@
if(H.dna.species.use_skintones)
var/list/choices = GLOB.skin_tones
if(CONFIG_GET(number/allow_custom_skintones))
if(CONFIG_GET(flag/allow_custom_skintones))
choices += "custom"
var/new_s_tone = input(H, "Choose your skin tone:", "Race change") as null|anything in choices
if(new_s_tone)