24 lines
498 B
Plaintext
24 lines
498 B
Plaintext
/datum/gear/fingerless
|
|
name = "Fingerless Gloves"
|
|
category = SLOT_GLOVES
|
|
path = /obj/item/clothing/gloves/fingerless
|
|
|
|
/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
|
|
|