mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-27 02:23:47 +00:00
26 lines
910 B
Plaintext
26 lines
910 B
Plaintext
/datum/gear/shoes/boots/winter/science
|
|
allowed_roles = list("Research Director","Scientist", "Roboticist", "Xenobiologist", "Xenobotanist", "Explorer", "Pathfinder")
|
|
|
|
/datum/gear/shoes/boots/winter/medical
|
|
allowed_roles = list("Medical Doctor","Chief Medical Officer","Chemist","Paramedic","Geneticist", "Psychiatrist", "Field Medic")
|
|
|
|
/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/toeless
|
|
display_name = "toe-less jackboots"
|
|
path = /obj/item/clothing/shoes/boots/jackboots/toeless
|