mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-23 03:17:05 +01:00
20 lines
477 B
Plaintext
20 lines
477 B
Plaintext
/datum/gear/donator/hands
|
|
slot = ITEM_SLOT_HANDS
|
|
|
|
/datum/gear/donator/hands/engravedzippo
|
|
name = "Engraved zippo"
|
|
path = /obj/item/lighter/gold
|
|
ckeywhitelist = list("dirtyoldharry")
|
|
|
|
/datum/gear/donator/hands/carrotsatchel
|
|
name = "Carrot Satchel"
|
|
path = /obj/item/storage/backpack/satchel/carrot
|
|
ckeywhitelist = list("improvedname")
|
|
|
|
/datum/gear/donator/hands/raiqbawks
|
|
name = "Miami Boombox"
|
|
cost = 2
|
|
path = /obj/item/boombox/raiq
|
|
ckeywhitelist = list("chefferz")
|
|
|