From e9bab5df6a807502263c70a1f09be707607274b3 Mon Sep 17 00:00:00 2001 From: Chemlight Date: Tue, 8 Feb 2022 15:04:42 -0800 Subject: [PATCH] Update dyekit.dm --- code/game/objects/items/dyekit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...")