mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Adds greyscale sprites for heels worn/held/on the ground. (#3133)
* Adds greyscale sprites for heels worn/held/on the ground. Still needs coding. First commit, hope I do it right! * Fixed capitalization, added coding. * Rennamed heelsheld to heels, as per anewbe's request.
This commit is contained in:
@@ -153,4 +153,12 @@
|
||||
|
||||
/datum/gear/shoes/dress/white
|
||||
display_name = "shoes, dress white"
|
||||
path = /obj/item/clothing/shoes/dress/white
|
||||
path = /obj/item/clothing/shoes/dress/white
|
||||
|
||||
/datum/gear/shoes/heels
|
||||
display_name = "high heels"
|
||||
path = /obj/item/clothing/shoes/heels
|
||||
|
||||
/datum/gear/shoes/heels/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
Reference in New Issue
Block a user