mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-06 05:53:27 +01:00
04ba5c1cc9
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
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/winterboots
|
|
display_name = "winter boots"
|
|
path = /obj/item/clothing/shoes/winterboots
|
|
|
|
/datum/gear/shoes/workboots
|
|
display_name = "work boots"
|
|
path = /obj/item/clothing/shoes/workboots
|
|
|
|
/datum/gear/shoes/fancysandals
|
|
display_name = "sandals, fancy"
|
|
cost = 2
|
|
path = /obj/item/clothing/shoes/sandal/fancy
|
|
|
|
/datum/gear/shoes/dressshoes
|
|
display_name = "dress shoes"
|
|
cost = 2
|
|
path = /obj/item/clothing/shoes/centcom
|
|
|
|
/datum/gear/shoes/cowboyboots
|
|
display_name = "cowboy boots, brown"
|
|
path = /obj/item/clothing/shoes/cowboy
|
|
|
|
/datum/gear/shoes/cowboyboots_black
|
|
display_name = "cowboy boots, black"
|
|
path = /obj/item/clothing/shoes/cowboy/black
|
|
|
|
/datum/gear/shoes/cowboyboots/white
|
|
display_name = "cowboy boots, white"
|
|
path = /obj/item/clothing/shoes/cowboy/white
|
|
|
|
/datum/gear/shoes/cowboyboots/pink
|
|
display_name = "cowboy boots, pink"
|
|
path = /obj/item/clothing/shoes/cowboy/pink
|
|
|
|
/datum/gear/shoes/laceup
|
|
display_name = "laceup shoes"
|
|
path = /obj/item/clothing/shoes/laceup
|
|
|
|
/datum/gear/shoes/blackshoes
|
|
display_name = "Black shoes"
|
|
path = /obj/item/clothing/shoes/black
|
|
|
|
/datum/gear/shoes/brownshoes
|
|
display_name = "Brown shoes"
|
|
path = /obj/item/clothing/shoes/brown
|
|
|
|
/datum/gear/shoes/whiteshoes
|
|
display_name = "White shoes"
|
|
path = /obj/item/clothing/shoes/white
|