This commit is contained in:
SandPoot
2023-10-07 14:36:26 -03:00
parent 8db27b8ff4
commit 4429bce1e1
13 changed files with 515 additions and 581 deletions
@@ -0,0 +1,19 @@
/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")