mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-21 20:52:22 +01:00
137ed7f372
hell yeah rings
22 lines
495 B
Plaintext
22 lines
495 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 |