Adds Recolorable Aprons (#7907)

This commit is contained in:
Kaedwuff
2020-01-08 18:06:24 -03:00
committed by Alberyk
parent 4ab06bac5f
commit 914469383f
5 changed files with 65 additions and 5 deletions
@@ -1,11 +1,22 @@
// Suit slot
/datum/gear/suit
display_name = "apron, blue"
display_name = "apron, botanist"
path = /obj/item/clothing/suit/apron
slot = slot_wear_suit
sort_category = "Suits and Overwear"
cost = 2
/datum/gear/suit/colorapron
display_name = "apron, multipurpose"
path = /obj/item/clothing/suit/apron/colored
slot = slot_wear_suit
sort_category = "Suits and Overwear"
cost = 2
/datum/gear/suit/colorapron/New()
..()
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/suit/leather
display_name = "jacket selection"
description = "A selection of jackets."