Merge pull request #9014 from Ghommie/Ghommie-cit170

undergarment fixes.
This commit is contained in:
kevinz000
2019-08-04 19:13:21 -07:00
committed by GitHub
7 changed files with 66 additions and 13 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 n_color
return sanitize_hexcolor(n_color, include_crunch= TRUE)