mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Detective cleansing (#4784)
Removed all of the noir items from the detective's office and moved them to the loadout: Zippo from the starting loadout Trenchcoats, fedoras and flask from the locker Replaced the TV console camera with a normal console camera Replaced the locker sprite with a normal security secure locker sprite
This commit is contained in:
@@ -113,7 +113,9 @@
|
||||
hats["hat, fez"] = /obj/item/clothing/head/fez
|
||||
hats["hat, tophat"] = /obj/item/clothing/head/that
|
||||
hats["hat, feather trilby"] = /obj/item/clothing/head/feathertrilby
|
||||
hats["hat, fedora"] = /obj/item/clothing/head/fedora
|
||||
hats["hat, black fedora"] = /obj/item/clothing/head/fedora
|
||||
hats["hat, brown fedora"] = /obj/item/clothing/head/fedora/brown
|
||||
hats["hat, grey fedora"] = /obj/item/clothing/head/fedora/grey
|
||||
hats["hat, beaver"] = /obj/item/clothing/head/beaverhat
|
||||
hats["hat, cowboy"] = /obj/item/clothing/head/cowboy
|
||||
hats["hat, wide-brimmed cowboy"] = /obj/item/clothing/head/cowboy/wide
|
||||
|
||||
@@ -367,4 +367,18 @@
|
||||
name = "basic headband"
|
||||
desc = "Perfect for martial artists, sweaty rogue operators, and tunnel gangsters."
|
||||
icon_state = "headbando"
|
||||
item_state = "headbando"
|
||||
item_state = "headbando"
|
||||
|
||||
/obj/item/clothing/head/fedora/brown
|
||||
name = "fedora"
|
||||
desc = "A brown fedora - either the cornerstone of a detective's style or a poor attempt at looking cool, depending on the person wearing it."
|
||||
icon_state = "detective"
|
||||
item_state_slots = list(
|
||||
slot_l_hand_str = "det_hat",
|
||||
slot_r_hand_str = "det_hat"
|
||||
)
|
||||
siemens_coefficient = 0.7
|
||||
|
||||
/obj/item/clothing/head/fedora/grey
|
||||
icon_state = "detective2"
|
||||
desc = "A grey fedora - either the cornerstone of a detective's style or a poor attempt at looking cool, depending on the person wearing it."
|
||||
@@ -108,6 +108,20 @@
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
|
||||
|
||||
//Detective
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/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 = 'icons/obj/clothing/detective.dmi'
|
||||
icon_state = "det"
|
||||
item_state = "det"
|
||||
blood_overlay_type = "coat"
|
||||
contained_sprite = TRUE
|
||||
body_parts_covered = UPPER_TORSO|ARMS
|
||||
allowed = list(/obj/item/weapon/tank/emergency_oxygen, /obj/item/device/flashlight,/obj/item/weapon/gun/energy,/obj/item/weapon/gun/projectile,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/weapon/melee/baton,/obj/item/weapon/handcuffs,/obj/item/weapon/storage/fancy/cigarettes,/obj/item/weapon/flame/lighter,/obj/item/device/taperecorder)
|
||||
armor = list(melee = 50, bullet = 10, laser = 25, energy = 10, bomb = 0, bio = 0, rad = 0)
|
||||
siemens_coefficient = 0.7
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/det_trench
|
||||
name = "brown trenchcoat"
|
||||
desc = "A rugged canvas trenchcoat, designed and created by TX Fabrication Corp. The coat is externally impact resistant - perfect for your next act of autodefenestration!"
|
||||
|
||||
Reference in New Issue
Block a user