Merge pull request #159 from KabKebab/lil-upgrades

small tweaks
This commit is contained in:
evilew
2024-02-19 22:54:44 +01:00
committed by GitHub
25 changed files with 509 additions and 214 deletions
@@ -225,3 +225,24 @@ datum/gear/lyricalpawsring
/obj/item/crowbar/bronze/glaug
name = "Milwaukee Pocket Crowbar"
desc = "Much more expensive. Still serves the same function."
//metha rossi you fat hog
/datum/gear/wgspell_add
name = "Weight Gain Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/item/book/granter/spell/fattening
ckeywhitelist = list("sonoida", "themrsky")
/datum/gear/wgspell_transfer
name = "Weight Transfer Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/item/book/granter/spell/fattening/transfer
ckeywhitelist = list("sonoida", "themrsky")
/datum/gear/wgspell_take
name = "Weight Steal Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/effect/proc_holder/spell/targeted/touch/add_weight/steal
ckeywhitelist = list("sonoida", "themrsky")