From c88948cf35c25b43ba752ecf47660f4c21b50b33 Mon Sep 17 00:00:00 2001 From: Dorodomki Date: Thu, 27 Jul 2023 20:47:58 -0300 Subject: [PATCH] Upgrades the External Webbing Makes the External Webbing work like an Hazard vest for storage, Removes the item from the Staff Officers Locker because morrow wanted (?) --- .../structures/crates_lockers/closets/secure/cm_closets.dm | 2 -- code/modules/clothing/suits/miscellaneous.dm | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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."