Update __donator.dm

This commit is contained in:
evilew
2024-05-17 21:37:49 +02:00
parent d307c7c1d2
commit 7041d21aa8
@@ -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", "not number")
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", "not number")
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", "not number")
ckeywhitelist = list("sonoida", "themrsky", "not_number")