mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-28 07:07:08 +01:00
13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
/datum/gear/donator/gloves
|
|
slot = ITEM_SLOT_GLOVES
|
|
|
|
/datum/gear/donator/gloves/longblackgloves
|
|
name = "Luna's Gauntlets"
|
|
path = /obj/item/clothing/gloves/longblackgloves
|
|
ckeywhitelist = list("bigmanclancy")
|
|
|
|
/datum/gear/donator/gloves/mikugloves
|
|
name = "starlight singer gloves"
|
|
path = /obj/item/clothing/gloves/mikugloves
|
|
ckeywhitelist = list("grandvegeta")
|