mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Colorable Flats
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user