mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Revenge of detective trenchcoats (#4976)
As per players request, this add detective trench coats to the character loadout section of character setup. Summary: Adds brown, black, technicolor detective armoured trenchcoats to loadout. Fixes names for detective black and technicolor trenchcoats.
This commit is contained in:
committed by
Erki
parent
e33981c24a
commit
814dae3821
@@ -109,6 +109,24 @@
|
||||
display_name = "trenchcoat, grey"
|
||||
path = /obj/item/clothing/suit/storage/toggle/trench/grey
|
||||
|
||||
/datum/gear/suit/det_trenchcoat_brown
|
||||
display_name = "brown trenchcoat (Detective)"
|
||||
description = "A rugged canvas trenchcoat, designed and created by TX Fabrication Corp. The coat is externally impact resistant - perfect for your next act of autodefenestration!"
|
||||
path = /obj/item/clothing/suit/storage/toggle/det_trench
|
||||
allowed_roles = list("Detective", "Head of Security")
|
||||
|
||||
/datum/gear/suit/det_trenchcoat_black
|
||||
display_name = "black trenchcoat (Detective)"
|
||||
description = "A rugged canvas trenchcoat, designed and created by TX Fabrication Corp. The coat is externally impact resistant - perfect for your next act of autodefenestration!"
|
||||
path = /obj/item/clothing/suit/storage/toggle/det_trench/black
|
||||
allowed_roles = list("Detective", "Head of Security")
|
||||
|
||||
/datum/gear/suit/det_trenchcoat_techni
|
||||
display_name = "technicolor trenchcoat (Detective)"
|
||||
description = "A 23rd-century multi-purpose trenchcoat. It's fibres are hyper-absorbent. Can be painted into any color."
|
||||
path = /obj/item/clothing/suit/storage/toggle/det_trench/technicolor
|
||||
allowed_roles = list("Detective", "Head of Security")
|
||||
|
||||
/datum/gear/suit/ian
|
||||
display_name = "worn shirt"
|
||||
description = "A worn out, curiously comfortable t-shirt with a picture of Ian."
|
||||
@@ -190,4 +208,4 @@
|
||||
coat["dominia cape"] = /obj/item/clothing/suit/storage/dominia
|
||||
coat["dominia great coat, black"] = /obj/item/clothing/suit/storage/toggle/dominia/black
|
||||
coat["dominia great coat, alternative black"] = /obj/item/clothing/suit/storage/toggle/dominia/black/alt
|
||||
gear_tweaks += new/datum/gear_tweak/path(coat)
|
||||
gear_tweaks += new/datum/gear_tweak/path(coat)
|
||||
|
||||
Reference in New Issue
Block a user