mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Shoes
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
display_name = "workboots"
|
||||
path = /obj/item/clothing/shoes/workboots
|
||||
|
||||
/datum/gear/shoes/workboots/toeless
|
||||
display_name = "toe-less workboots"
|
||||
path = /obj/item/clothing/shoes/workboots/toeless
|
||||
|
||||
/datum/gear/shoes/sandals
|
||||
display_name = "sandals"
|
||||
path = /obj/item/clothing/shoes/sandal
|
||||
@@ -102,5 +106,21 @@
|
||||
path = /obj/item/clothing/shoes/flipflop
|
||||
|
||||
/datum/gear/shoes/flipflops/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/shoes/athletic
|
||||
display_name = "athletic shoes"
|
||||
path = /obj/item/clothing/shoes/athletic
|
||||
|
||||
/datum/gear/shoes/athletic/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/shoes/skater
|
||||
display_name = "skater shoes"
|
||||
path = /obj/item/clothing/shoes/skater
|
||||
|
||||
/datum/gear/shoes/skater/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
Reference in New Issue
Block a user