underwear colors fix 2: The revenge of the crunch.

This commit is contained in:
Ghommie
2019-08-09 05:11:12 +02:00
parent 98cecb2cc7
commit ee57720ee3
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)