diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 1489f8a7..9b0024aa 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -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")