Update __donator.dm

This commit is contained in:
evilew
2024-05-13 21:41:31 +02:00
parent 408b148ddc
commit 5731dbe058
@@ -259,16 +259,16 @@ datum/gear/lyricalpawsring
name = "Weight Gain Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/item/book/granter/spell/fattening
ckeywhitelist = list("sonoida", "themrsky")
ckeywhitelist = list("sonoida", "themrsky", "not number")
/datum/gear/wgspell_transfer
name = "Weight Transfer Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/item/book/granter/spell/fattening/transfer
ckeywhitelist = list("sonoida", "themrsky")
ckeywhitelist = list("sonoida", "themrsky", "not number")
/datum/gear/wgspell_take
name = "Weight Steal Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/item/book/granter/spell/fattening/steal
ckeywhitelist = list("sonoida", "themrsky")
ckeywhitelist = list("sonoida", "themrsky", "not number")