From a368fd996a9bf960fd53890dc872b8c446f1d84e Mon Sep 17 00:00:00 2001 From: Phantastic-Swan Date: Sun, 22 Jun 2025 13:23:15 +0200 Subject: [PATCH] fixed some hairstyles going bald with an inactive MOD suit helmet --- code/modules/mod/mod_clothes.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mod/mod_clothes.dm b/code/modules/mod/mod_clothes.dm index b5d2d6a883..0690b2c49a 100644 --- a/code/modules/mod/mod_clothes.dm +++ b/code/modules/mod/mod_clothes.dm @@ -24,6 +24,9 @@ var/alternate_layer = NECK_LAYER var/obj/item/mod/control/mod mutantrace_variation = STYLE_MUZZLE + // GS13 EDIT, fix baldening from undeployed MOD helmets + dynamic_hair_suffix = "" + //GS13 END EDIT /obj/item/clothing/head/mod/Destroy() if(!QDELETED(mod))