Files
2021-05-11 15:09:03 -03:00

33 lines
752 B
Plaintext

/datum/gear/fingerless
name = "Fingerless Gloves"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/fingerless
/datum/gear/gcgloves
name = "Fingerless Leather Gloves"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/guncaster
/datum/gear/goldring
name = "A gold ring"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/ring
cost = 2
/datum/gear/silverring
name = "A silver ring"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/ring/silver
cost = 2
/datum/gear/diamondring
name = "A diamond ring"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/ring/diamond
cost = 4
/datum/gear/latexsleeves
name = "Latex sleeves"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/latexsleeves
cost = 1