From f9d6d50118420c77aee32467562d1be7425dc30d Mon Sep 17 00:00:00 2001 From: bearrrrrrrr <54826962+bearrrrrrrr@users.noreply.github.com> Date: Fri, 16 Feb 2024 03:48:12 -0500 Subject: [PATCH] free gradient (#112) Small flavor change, seems fine. --- code/modules/character_traits/hair_dye.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/character_traits/hair_dye.dm b/code/modules/character_traits/hair_dye.dm index 1da4ea3640..3c6ce01f8a 100644 --- a/code/modules/character_traits/hair_dye.dm +++ b/code/modules/character_traits/hair_dye.dm @@ -6,7 +6,6 @@ trait_name = "Hair Dye" trait_desc = "Enables hair gradients in the character creation screen." applyable = TRUE - cost = 1 trait_group = /datum/character_trait_group/hair_dye refresh_choices = TRUE refresh_mannequin = TRUE