mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-14 16:43:05 +01: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