HoS Armored Trenchcoat (#9425)

This commit is contained in:
Geeves
2020-07-25 11:58:42 +02:00
committed by GitHub
parent a58ff0d4f3
commit 990f178024
3 changed files with 25 additions and 0 deletions
+18
View File
@@ -100,6 +100,24 @@
armor = list(melee = 65, bullet = 30, laser = 50, energy = 10, bomb = 25, bio = 0, rad = 0)
pocket_slots = 4//More slots because coat
/obj/item/clothing/suit/storage/toggle/armor/hos
name = "armored trenchcoat"
desc = "A trenchcoat lined with a protective alloy and some slick leather."
icon_state = "jensencoat"
item_state = "jensencoat"
icon_open = "jensencoat_open"
icon_closed = "jensencoat"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
armor = list(melee = 65, bullet = 30, laser = 50, energy = 10, bomb = 25, bio = 0, rad = 0)
allowed = list(/obj/item/gun/energy, /obj/item/reagent_containers/spray/pepper, /obj/item/gun/projectile, /obj/item/ammo_magazine, /obj/item/ammo_casing, /obj/item/melee/baton, /obj/item/handcuffs, /obj/item/device/flashlight)
/obj/item/clothing/suit/storage/toggle/armor/hos/Initialize()
. = ..()
pockets = new /obj/item/storage/internal(src)
pockets.storage_slots = 4
pockets.max_w_class = ITEMSIZE_SMALL
pockets.max_storage_space = 8
/obj/item/clothing/suit/armor/riot
name = "riot vest"
desc = "A vest of armor with heavy padding to protect against melee attacks. Looks like it might impair movement."