Merge pull request #9085 from Ghommie/Ghommie-cit186

underwear colors fix 2: The revenge of the crunch.
This commit is contained in:
kevinz000
2019-08-09 22:15:55 -07:00
committed by GitHub
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -79,4 +79,4 @@
var/n_color = input(H, "Choose your [garment_type]'\s color.", "Character Preference", default_color) as color|null
if(!n_color || !H.canUseTopic(src, BE_CLOSE, FALSE, NO_TK))
return default_color
return sanitize_hexcolor(n_color, include_crunch= TRUE)
return sanitize_hexcolor(n_color)