mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 17:22:23 +00:00
19 lines
429 B
Plaintext
19 lines
429 B
Plaintext
/datum/gear/shoes
|
|
subtype_path = /datum/gear/shoes
|
|
slot = slot_shoes
|
|
sort_category = "Shoes"
|
|
|
|
/datum/gear/shoes/sandals
|
|
display_name = "sandals, wooden"
|
|
path = /obj/item/clothing/shoes/sandal
|
|
|
|
/datum/gear/shoes/fancysandals
|
|
display_name = "sandals, fancy"
|
|
cost = 5
|
|
path = /obj/item/clothing/shoes/sandal/fancy
|
|
|
|
/datum/gear/shoes/dressshoes
|
|
display_name = "dress shoes"
|
|
cost = 5
|
|
path = /obj/item/clothing/shoes/centcom
|