mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Recolorable White-Tip Sneakers (#12617)
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
..()
|
||||
var/list/recolourable_shoes = list()
|
||||
recolourable_shoes["sneakers"] = /obj/item/clothing/shoes/sneakers
|
||||
recolourable_shoes["sneakers (white tip)"] = /obj/item/clothing/shoes/sneakers/whitetip
|
||||
recolourable_shoes["oxfords"] = /obj/item/clothing/shoes/laceup/colourable
|
||||
gear_tweaks += new /datum/gear_tweak/path(recolourable_shoes)
|
||||
|
||||
@@ -161,4 +162,4 @@ var/datum/gear_tweak/shoe_layer/gear_tweak_shoe_layer = new()
|
||||
if(metadata == "Over")
|
||||
S.shoes_under_pants = FALSE
|
||||
else
|
||||
S.shoes_under_pants = TRUE
|
||||
S.shoes_under_pants = TRUE
|
||||
|
||||
Reference in New Issue
Block a user