mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Adds Recolorable Aprons (#7907)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user