diff --git a/code/game/objects/structures/crates_lockers/closets/secure/cm_closets.dm b/code/game/objects/structures/crates_lockers/closets/secure/cm_closets.dm index 4d275ee7b9d8..2b38491bd902 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/cm_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/cm_closets.dm @@ -62,8 +62,6 @@ GLOBAL_LIST_EMPTY(co_secure_boxes) new /obj/item/storage/belt/marine(src) new /obj/item/clothing/under/marine/officer/command(src) new /obj/item/clothing/under/marine/officer/command(src) - new /obj/item/clothing/suit/storage/webbing(src) - new /obj/item/clothing/suit/storage/webbing(src) new /obj/item/clothing/gloves/combat(src) new /obj/item/clothing/gloves/combat(src) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index c51f5f2575ed..6667ab5ed500 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -287,11 +287,11 @@ /obj/item/device/radio, /obj/item/tool/crowbar, /obj/item/tool/crew_monitor, - /obj/item/tool/pen, /obj/item/storage/large_holster/machete, /obj/item/device/motiondetector, ) + /obj/item/clothing/suit/storage/utility_vest name = "utility vest" desc = "A utility vest to hold tools in."