Fixes detective jacket (#10140)

This commit is contained in:
flpfs
2020-10-01 15:57:29 -03:00
committed by GitHub
parent f6a1fb2231
commit c8cb6420aa
6 changed files with 43 additions and 3 deletions
+2 -3
View File
@@ -126,10 +126,9 @@ obj/item/clothing/suit/apron/overalls/blue
/obj/item/clothing/suit/storage/det_jacket
name = "detective's jacket"
desc = "Stylish yet comfortable professional jacket manufactured by CL corporation for NT detectives. Unique fiber structure will offer moderate protection from various hazards investigators may encounter in the line of duty."
icon_state = "det"
item_state = "det"
icon_state = "det_jacket"
item_state = "det_jacket"
blood_overlay_type = "coat"
contained_sprite = TRUE
body_parts_covered = UPPER_TORSO|ARMS
allowed = list(/obj/item/tank/emergency_oxygen, /obj/item/device/flashlight,/obj/item/gun/energy,/obj/item/gun/projectile,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/melee/baton,/obj/item/handcuffs,/obj/item/storage/box/fancy/cigarettes,/obj/item/flame/lighter,/obj/item/device/taperecorder)
armor = list(melee = 50, bullet = 10, laser = 25, energy = 10, bomb = 0, bio = 0, rad = 0)