From 3888b35b401d4b1e73bc53b7baf80ce58dcd3129 Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:22:34 -0500 Subject: [PATCH] Removed Wedding Clothes from Chaplain Garments (#27544) --- code/game/objects/items/weapons/storage/garment.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/game/objects/items/weapons/storage/garment.dm b/code/game/objects/items/weapons/storage/garment.dm index a56fdaf3d71..9e0803b67cd 100644 --- a/code/game/objects/items/weapons/storage/garment.dm +++ b/code/game/objects/items/weapons/storage/garment.dm @@ -291,14 +291,9 @@ new /obj/item/clothing/suit/witchhunter(src) new /obj/item/clothing/head/witchhunter_hat(src) new /obj/item/clothing/suit/holidaypriest(src) - new /obj/item/clothing/under/dress/wedding/bride_white(src) new /obj/item/clothing/head/helmet/riot/knight/templar(src) new /obj/item/clothing/suit/armor/riot/knight/templar(src) new /obj/item/clothing/suit/storage/labcoat(src) - new /obj/item/clothing/gloves/ring/silver(src) - new /obj/item/clothing/gloves/ring/silver(src) - new /obj/item/clothing/gloves/ring/gold(src) - new /obj/item/clothing/gloves/ring/gold(src) new /obj/item/clothing/head/helmet/space/plasmaman/chaplain(src) new /obj/item/clothing/under/plasmaman/chaplain(src)