Merge pull request #7591 from mwerezak/custom-item

Adds blue suit jacket to custom loadout gear
This commit is contained in:
Chinsky
2015-02-03 18:09:44 +03:00

View File

@@ -498,6 +498,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