mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +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)
|
||||
@@ -61,6 +61,10 @@
|
||||
icon_state = "flatswhite"
|
||||
item_state_slots = list(slot_r_hand_str = "white", slot_l_hand_str = "white")
|
||||
|
||||
/obj/item/clothing/shoes/flats/white/color
|
||||
name = "flats"
|
||||
desc = "Sleek flats."
|
||||
|
||||
/obj/item/clothing/shoes/flats/red
|
||||
name = "red flats"
|
||||
desc = "Ruby red flats."
|
||||
|
||||
Reference in New Issue
Block a user