From 3381c615ef5d6f21bde95ee56e0c3ffcf8d3da41 Mon Sep 17 00:00:00 2001 From: mwerezak Date: Wed, 31 Dec 2014 01:00:49 -0500 Subject: [PATCH] Adds blue suit jacket to custom loadout gear Custom item for Nyarlthotep, implemented as custom loadout gear. --- code/modules/client/preferences_gear.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index 3e8c8e3a3c2..cfd3196a119 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -492,6 +492,12 @@ var/global/list/gear_datums = list() cost = 3 slot = slot_wear_suit +/datum/gear/blue_lawyer_jacket + display_name = "suit jacket, blue" + path = /obj/item/clothing/suit/storage/toggle/lawyer/bluejacket + cost = 3 + slot = slot_wear_suit + /datum/gear/hoodie display_name = "hoodie, grey" path = /obj/item/clothing/suit/hoodie