mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
* adds a wide varriety of new loadout options and some minor cost adjustments * forgot to enable the vox plushie * Removed the contravercial items and added camera, kilt, and lizard plushie as choices * Deconflicted and the unwanted items removed
17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
/datum/gear/gloves
|
|
subtype_path = /datum/gear/gloves
|
|
slot = slot_gloves
|
|
sort_category = "Gloves"
|
|
|
|
/datum/gear/gloves/fingerless
|
|
display_name = "Fingerless Gloves"
|
|
path = /obj/item/clothing/gloves/fingerless
|
|
|
|
/datum/gear/gloves/silverring
|
|
display_name = "Silver ring"
|
|
path = /obj/item/clothing/gloves/ring/silver
|
|
|
|
/datum/gear/gloves/goldring
|
|
display_name = "Gold ring"
|
|
path = /obj/item/clothing/gloves/ring/gold
|