Files
GS13NG/modular_citadel/code/modules/client/loadout/gloves.dm
silicons 7f942abef2 Merge pull request #13239 from zeroisthebiggay/fetishglovesbelike
zero adds black fetish gloves because hes Horny
2020-08-23 05:08:14 -07:00

35 lines
809 B
Plaintext

/datum/gear/gloves
category = LOADOUT_CATEGORY_GLOVES
slot = SLOT_GLOVES
/datum/gear/gloves/fingerless
name = "Fingerless Gloves"
path = /obj/item/clothing/gloves/fingerless
/datum/gear/gloves/evening
name = "Evening gloves"
path = /obj/item/clothing/gloves/evening
/datum/gear/gloves/midnight
name = "Midnight gloves"
path = /obj/item/clothing/gloves/evening/black
/datum/gear/gloves/goldring
name = "A gold ring"
path = /obj/item/clothing/gloves/ring
cost = 2
/datum/gear/gloves/silverring
name = "A silver ring"
path = /obj/item/clothing/gloves/ring/silver
cost = 2
/datum/gear/gloves/diamondring
name = "A diamond ring"
path = /obj/item/clothing/gloves/ring/diamond
cost = 4
/datum/gear/gloves/customring
name = "A ring, renameable"
path = /obj/item/clothing/gloves/ring/custom