gear for metha, tips

removed some useless antag tips, added a couple new ones. Will probably add more later
This commit is contained in:
evilew
2024-02-17 01:43:27 +01:00
parent b97f1975c0
commit 0c57e195aa
2 changed files with 28 additions and 96 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")