mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
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:
co-authored by
Kashargul
parent
94f53cd7f6
commit
5a1a9f5e02
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user