diff --git a/code/modules/clothing/head/misc_special.dm b/code/modules/clothing/head/misc_special.dm index 6cb9f43e28..c0ff26342e 100644 --- a/code/modules/clothing/head/misc_special.dm +++ b/code/modules/clothing/head/misc_special.dm @@ -349,7 +349,6 @@ name = "Decker headphones" icon_state = "decker_hat" item_state = "decker_hat" - dynamic_hair_suffix = "" /obj/item/clothing/head/morningstar name = "Morningstar beret" diff --git a/modular_splurt/code/modules/clothing/head/misc_special.dm b/modular_splurt/code/modules/clothing/head/misc_special.dm index 9a86ddcb53..90bd1393cf 100644 --- a/modular_splurt/code/modules/clothing/head/misc_special.dm +++ b/modular_splurt/code/modules/clothing/head/misc_special.dm @@ -3,3 +3,6 @@ /obj/item/clothing/head/hardhat/cakehat is_edible = 1 + +/obj/item/clothing/head/deckers + dynamic_hair_suffix = ""