Detective trenchcoat fix (#19398)

Fixes #18627
This commit is contained in:
BoomerThor
2024-06-10 11:52:40 +00:00
committed by GitHub
parent 9b2dea84b7
commit c1d8e0080c
4 changed files with 13 additions and 6 deletions
@@ -212,8 +212,8 @@
coat["trenchcoat, dark brown"] = /obj/item/clothing/suit/storage/toggle/trench/alt
coat["trenchcoat, grey alternate"] = /obj/item/clothing/suit/storage/toggle/trench/grey_alt
coat["trenchcoat, green"] = /obj/item/clothing/suit/storage/toggle/trench/green
coat["brown trenchcoat (Detective)"] = /obj/item/clothing/suit/storage/toggle/det_trench
coat["black trenchcoat (Detective)"] = /obj/item/clothing/suit/storage/toggle/det_trench/black
coat["brown trenchcoat (Detective)"] = /obj/item/clothing/suit/storage/toggle/trench/det_trench
coat["black trenchcoat (Detective)"] = /obj/item/clothing/suit/storage/toggle/trench/det_trench/black
gear_tweaks += new /datum/gear_tweak/path(coat)
/datum/gear/suit/trenchcoat_colorable
+3 -2
View File
@@ -150,7 +150,7 @@
icon_state = "idris_warden_coat"
item_state = "idris_warden_coat"
/obj/item/clothing/suit/storage/toggle/det_trench // Not security anymore, but used in the loadout.
/obj/item/clothing/suit/storage/toggle/trench/det_trench // Not security anymore, but used in the loadout.
name = "brown trenchcoat"
desc = "A rugged canvas trenchcoat, designed and created by TX Fabrication Corp. Perfect for your next act of autodefenestration!"
icon_state = "detective"
@@ -159,9 +159,10 @@
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,/obj/item/clothing/accessory/badge/investigator)
/obj/item/clothing/suit/storage/toggle/det_trench/black
/obj/item/clothing/suit/storage/toggle/trench/det_trench/black
name = "black trenchcoat"
icon_state = "detective2"
item_state = "detective2"
//Lawyer