From ebed1ca935fa43cc1d431602df7b4ee8d7a7b086 Mon Sep 17 00:00:00 2001 From: El Derp o Derp Date: Sat, 27 May 2023 22:41:01 -0700 Subject: [PATCH] Makes the change modular. --- code/modules/clothing/head/misc_special.dm | 1 - modular_splurt/code/modules/clothing/head/misc_special.dm | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 = ""