loadout stuff

This commit is contained in:
Timothy Teakettle
2020-07-28 22:52:00 +01:00
parent 469ea17063
commit 721e018aec
18 changed files with 620 additions and 721 deletions
@@ -1,28 +1,25 @@
/datum/gear/fingerless
/datum/gear/gloves
category = CATEGORY_GLOVES
/datum/gear/gloves/fingerless
name = "Fingerless Gloves"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/fingerless
/datum/gear/evening
/datum/gear/gloves/evening
name = "Evening gloves"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/evening
/datum/gear/goldring
/datum/gear/gloves/goldring
name = "A gold ring"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/ring
cost = 2
/datum/gear/silverring
/datum/gear/gloves/silverring
name = "A silver ring"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/ring/silver
cost = 2
/datum/gear/diamondring
/datum/gear/gloves/diamondring
name = "A diamond ring"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/ring/diamond
cost = 4