Colorable Flats

This commit is contained in:
redstryker
2016-09-23 20:32:10 -04:00
parent ee2bafa42c
commit a1c4dc58ae
2 changed files with 12 additions and 0 deletions

View File

@@ -122,5 +122,13 @@
path = /obj/item/clothing/shoes/skater
/datum/gear/shoes/skater/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/shoes/flats/color
display_name = "flats"
path = /obj/item/clothing/shoes/flats/white/color
/datum/gear/shoes/flats/color/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)