mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 04:36:45 +01:00
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
//Hyper stuff
|
|
/datum/gear/shoes/footwraps
|
|
name = "Cloth Footwraps"
|
|
path= /obj/item/clothing/shoes/footwraps
|
|
|
|
/datum/gear/shoes/invisiboots
|
|
name = "Invisifiber Footwraps"
|
|
path= /obj/item/clothing/shoes/invisiboots
|
|
|
|
/datum/gear/shoes/workboots/toeless
|
|
name = "Toeless Work Boots"
|
|
path = /obj/item/clothing/shoes/workboots/toeless
|
|
|
|
/datum/gear/shoes/jackboots/toeless
|
|
name = "Toeless Jackboots"
|
|
path = /obj/item/clothing/shoes/jackboots/toeless
|
|
|
|
/datum/gear/shoes/jackboots/tall
|
|
name = "Tall Jackboots"
|
|
path = /obj/item/clothing/shoes/jackboots/tall
|
|
/datum/gear/shoes/highheels
|
|
name = "High Heels"
|
|
path = /obj/item/clothing/shoes/highheels
|
|
|
|
/datum/gear/shoes/latex
|
|
name = "Latex Socks"
|
|
path = /obj/item/clothing/shoes/latex_socks
|
|
|
|
/datum/gear/shoes/latex/heels
|
|
name = "Latex Heels"
|
|
path = /obj/item/clothing/shoes/latexheels
|
|
|
|
/datum/gear/shoes/latex/dominant
|
|
name = "Dominant Heels"
|
|
path = /obj/item/clothing/shoes/dominaheels
|
|
|
|
/datum/gear/shoes/puttee
|
|
restricted_roles = list("Security Officer", "Warden", "Head of Security", "Brig Physician", "Blueshield")
|
|
|
|
/datum/gear/shoes/highheel_sandals
|
|
name = "High-heel Sandals"
|
|
path = /obj/item/clothing/shoes/highheel_sandals
|
|
|
|
/datum/gear/shoes/clussy_heels
|
|
name = "Clussy heels"
|
|
path = /obj/item/clothing/shoes/clown_shoes/clussy_heels
|
|
restricted_roles = list("Clown")
|
|
restricted_desc = "Clown"
|