Skip to content

Commit

Permalink
Upgrades the External Webbing
Browse files Browse the repository at this point in the history
Makes the External Webbing work like an Hazard vest for storage, Removes the item from the Staff Officers Locker because morrow wanted (?)
  • Loading branch information
Dorodomki committed Jul 27, 2023
1 parent 672f896 commit c88948c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit c88948c

Please sign in to comment.