From 3569e8da1e2f56dbb0bc6785530d9faea39b1007 Mon Sep 17 00:00:00 2001 From: Sneakyrat6 Date: Tue, 7 Jul 2020 22:31:00 -0500 Subject: [PATCH] Fixes hair falling out of hoodies --- code/modules/clothing/suits/toggles.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/toggles.dm b/code/modules/clothing/suits/toggles.dm index 60f8cc179a..632d59187f 100644 --- a/code/modules/clothing/suits/toggles.dm +++ b/code/modules/clothing/suits/toggles.dm @@ -76,6 +76,7 @@ /obj/item/clothing/head/hooded var/obj/item/clothing/suit/hooded/suit + dynamic_hair_suffix = "" /obj/item/clothing/head/hooded/Destroy() suit = null