diff --git a/code/game/objects/items/dyekit.dm b/code/game/objects/items/dyekit.dm index 5dac1582e..99bc80eb5 100644 --- a/code/game/objects/items/dyekit.dm +++ b/code/game/objects/items/dyekit.dm @@ -35,7 +35,7 @@ if(!new_grad_color) return - human_target.hair_color = new_hair_color + human_target.hair_color = sanitize_hexcolor(new_hair_color) human_target.grad_style = new_grad_style human_target.grad_color = sanitize_hexcolor(new_grad_color) to_chat(human_target, "You start applying the hair dye...")