Files
GS13NG/modular_citadel/code/modules/client/loadout/gloves.dm
T
zerothebigboy fb35248e3b a
2020-07-21 02:24:22 -04:00

29 lines
609 B
Plaintext

/datum/gear/fingerless
name = "Fingerless Gloves"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/fingerless
/datum/gear/evening
name = "Evening gloves"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/evening
/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