Crew armory armor recolor (#16372)

* b

b

* sneed

* wda

* fax

* dw

* dwa

* daw

* adw

* w

---------

Co-authored-by: DanseMacabre <rsurname1212@gmail.com>
This commit is contained in:
TheDanseMacabre
2023-05-26 10:43:46 -04:00
committed by GitHub
parent 2153e9ea0a
commit 8ef54eb0ea
5 changed files with 100 additions and 39 deletions

View File

@@ -30,6 +30,12 @@
/obj/item/clothing/accessory/storage/modular_pouch
)
/obj/item/clothing/suit/armor/carrier/scc
starting_accessories = list(
/obj/item/clothing/accessory/armor_plate/scc,
/obj/item/clothing/accessory/storage/modular_pouch
)
/obj/item/clothing/suit/armor/carrier/riot
starting_accessories = list(
/obj/item/clothing/accessory/armor_plate/riot,
@@ -112,6 +118,12 @@
icon_state = "plate_generic"
item_state = "plate_generic"
/obj/item/clothing/accessory/armor_plate/scc
name = "scc armor plate"
desc = "A light-weight kevlar armor plate in SCC corporate colors. Often issued to untrained personnel, to help with identification."
icon_state = "plate_blue"
item_state = "plate_scc"
/obj/item/clothing/accessory/armor_plate/hos
name = "commander armor plate"
desc = "A particularly light-weight armor plate with really cool gold bands. Even more stylish when the gold bands are covered in the blood of your goons!"
@@ -243,6 +255,12 @@
icon_state = "helm_sec"
item_state = "helm_sec"
/obj/item/clothing/head/helmet/security/scc
name = "scc helmet"
desc = "A helmet in SCC colors. Often issued to untrained personnel."
icon_state = "helm_scc"
item_state = "helm_scc"
/obj/item/clothing/head/helmet/security/generic
name = "standard helmet"
desc = "A shiny helmet in grey! Goes well with the respective plate carrier."

View File

@@ -26,6 +26,11 @@
icon_state = "legguards_generic"
item_state = "legguards_generic"
/obj/item/clothing/accessory/leg_guard/scc
name = "scc leg guards"
icon_state = "legguards_scc"
item_state = "legguards_scc"
/obj/item/clothing/accessory/leg_guard/ablative
name = "ablative leg guards"
desc = "These will protect your legs and feet from energy weapons."
@@ -135,6 +140,11 @@
icon_state = "armguards_generic"
item_state = "armguards_generic"
/obj/item/clothing/accessory/arm_guard/scc
name = "scc arm guards"
icon_state = "armguards_scc"
item_state = "armguards_scc"
/obj/item/clothing/accessory/arm_guard/ablative
name = "ablative arm guards"
desc = "These arm guards will protect your hands and arms from energy weapons."