Merge pull request #15676 from TrojanCoyote/trojancoyote

HoS plate carrier
This commit is contained in:
silicons
2022-06-19 18:56:16 -07:00
committed by GitHub
5 changed files with 18 additions and 0 deletions
@@ -64,6 +64,7 @@
new /obj/item/clothing/under/rank/security/officer/blueshirt/seccorp/hoscorp(src)
new /obj/item/clothing/suit/armor/vest/leather(src)
new /obj/item/clothing/suit/armor/hos(src)
new /obj/item/clothing/suit/armor/hos/platecarrier(src)
new /obj/item/clothing/under/rank/security/head_of_security/skirt(src)
new /obj/item/clothing/under/rank/security/head_of_security/alt(src)
new /obj/item/clothing/under/rank/security/head_of_security/alt/skirt(src)
+17
View File
@@ -84,6 +84,23 @@
"Cloak" = "trenchcloak"
)
/obj/item/clothing/suit/armor/hos/platecarrier
name = "plate carrier"
desc = "An armor vest with attached pockets for holding and sorting equipment or ammo."
icon_state = "platecarrier"
item_state = "platecarrier"
body_parts_covered = CHEST|GROIN|ARMS
armor = list (MELEE = 30, BULLET = 40, LASER = 30, ENERGY = 10, BOMB = 25, BIO = 0, RAD = 0, FIRE = 50, ACID = 70, WOUND = 10)
cold_protection = CHEST|ARMS
heat_protection = CHEST|ARMS
strip_delay = 80
mutantrace_variation = STYLE_DIGITIGRADE
/obj/item/clothing/suit/armor/hos/platecarrier/ComponentInitialize()
. = ..()
var/datum/component/storage/concrete/storage = AddComponent(/datum/component/storage/concrete)
storage.max_items = 5
/obj/item/clothing/suit/armor/vest/warden
name = "warden's jacket"
desc = "A navy-blue armored jacket with blue shoulder designations and '/Warden/' stitched into one of the chest pockets."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 KiB

After

Width:  |  Height:  |  Size: 513 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

After

Width:  |  Height:  |  Size: 297 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 186 KiB