mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-19 02:52:46 +01:00
21 lines
618 B
Plaintext
21 lines
618 B
Plaintext
/datum/gear/shoes/black/cuffs
|
|
display_name = "legwraps, black"
|
|
path = /obj/item/clothing/shoes/black/cuffs
|
|
|
|
/datum/gear/shoes/black/cuffs/blue
|
|
display_name = "legwraps, blue"
|
|
path = /obj/item/clothing/shoes/black/cuffs/blue
|
|
|
|
/datum/gear/shoes/black/cuffs/red
|
|
display_name = "legwraps, red"
|
|
path = /obj/item/clothing/shoes/black/cuffs/red
|
|
|
|
/datum/gear/shoes/siren
|
|
display_name = "boots, Siren"
|
|
path = /obj/item/clothing/shoes/boots/fluff/siren
|
|
|
|
/datum/gear/shoes/tall
|
|
display_name = "tall jackboots"
|
|
path = /obj/item/clothing/shoes/boots/jackboots/tall
|
|
slot = slot_shoes
|
|
sort_category = "Shoes and Footwear" |