Recolourable Sneakers and Oxfords (#12545)

This commit is contained in:
WickedCybs
2021-10-02 18:56:27 -03:00
committed by GitHub
parent 23292f43d7
commit e846a2a842
8 changed files with 30 additions and 0 deletions
@@ -127,6 +127,18 @@
path = /obj/item/clothing/shoes/sandal/clogs
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/shoes/recolourable_shoes
display_name = "shoe selection (colourable)"
path = /obj/item/clothing/shoes/sneakers
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/shoes/recolourable_shoes/New()
..()
var/list/recolourable_shoes = list()
recolourable_shoes["sneakers"] = /obj/item/clothing/shoes/sneakers
recolourable_shoes["oxfords"] = /obj/item/clothing/shoes/laceup/colourable
gear_tweaks += new /datum/gear_tweak/path(recolourable_shoes)
/*
Shoe Layer Adjustment
*/