makes it so the sanitize_hexcolors' default is 6 characters rather than 3 and gets rid of color_legacy (#61980)

This commit is contained in:
Seris02
2021-10-15 11:48:55 -07:00
committed by GitHub
parent 8b48cb3952
commit 694c2999b0
42 changed files with 172 additions and 189 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
if(!new_grad_style)
return
var/new_grad_color = input(usr, "Choose a secondary hair color:", "Character Preference","#"+human_target.grad_color) as color|null
var/new_grad_color = input(usr, "Choose a secondary hair color:", "Character Preference",human_target.grad_color) as color|null
if(!new_grad_color)
return