Files
BongaTheProto 67cc383206 clussy
will it also honk when it lays eggs?
2023-11-18 00:00:17 -05:00

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"