From 4353e8dd39717c89c6792c9a65bb8eda1fcfda94 Mon Sep 17 00:00:00 2001 From: private-tristan Date: Tue, 19 Sep 2023 23:53:33 -0400 Subject: [PATCH] forgot a / and spent so long bashing my head against it not the brightest. --- code/modules/clothing/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 77d4c211e306..a18429e3a29f 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -340,7 +340,7 @@ var/list/items_allowed var/shoes_blood_amt = 0 - obj/item/clothing/shoes/Initialize(mapload, ...) +/obj/item/clothing/shoes/Initialize(mapload, ...) . = ..() if(armor_melee || armor_bullet || armor_laser || armor_energy || armor_bomb || armor_bio || armor_rad) AddComponent(/datum/component/armor_link, WEAR_JACKET, TRUE)