Adds an alternative type of plate carrier, and a helmet (#11376)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
SilencedMP5A5
2025-09-01 21:19:19 +02:00
committed by GitHub
co-authored by Kashargul
parent 94f53cd7f6
commit 5a1a9f5e02
10 changed files with 343 additions and 2 deletions
@@ -12,7 +12,12 @@
"Blue Plate Carrier" = /obj/item/clothing/suit/armor/pcarrier/blue,
"Light Blue Plate Carrier" = /obj/item/clothing/suit/armor/pcarrier/press,
"Green Plate Carrier" = /obj/item/clothing/suit/armor/pcarrier/green,
"Tan Plate Carrier" = /obj/item/clothing/suit/armor/pcarrier/tan
"Tan Plate Carrier" = /obj/item/clothing/suit/armor/pcarrier/tan,
"Alternate Black Plate Carrier" = /obj/item/clothing/suit/armor/pcarrier/modarm,
"Alternate Tan Plate Carrier" = /obj/item/clothing/suit/armor/pcarrier/modarm/tan,
"Alternate Green Plate Carrier" = /obj/item/clothing/suit/armor/pcarrier/modarm/green,
"Alternate Navy Plate Carrier" = /obj/item/clothing/suit/armor/pcarrier/modarm/blue,
"Alternate Light Blue Plate Carrier" = /obj/item/clothing/suit/armor/pcarrier/modarm/lightblue
)
gear_tweaks += new/datum/gear_tweak/path(pcarriers)