mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
33 lines
752 B
Plaintext
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 |