mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Fixes detective jacket (#10140)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user