mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 04:07:04 +01:00
19 lines
489 B
Plaintext
19 lines
489 B
Plaintext
//Hyper stuff
|
|
/datum/gear/gloves/latexsleeves
|
|
name = "Latex sleeves"
|
|
path = /obj/item/clothing/gloves/latexsleeves
|
|
|
|
/datum/gear/gloves/latex
|
|
name = "Latex Gloves"
|
|
path = /obj/item/clothing/gloves/latex_gloves
|
|
|
|
/datum/gear/gloves/syntech/ring
|
|
name = "Normalizer Ring"
|
|
path = /obj/item/clothing/accessory/ring/syntech
|
|
|
|
/datum/gear/gloves/clussy_gloves
|
|
name = "Clussy gloves"
|
|
path = /obj/item/clothing/gloves/clussy_gloves
|
|
restricted_roles = list("Clown")
|
|
restricted_desc = "Clown"
|