mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Adds a new spell, Summon Cheese (#22393)
* Here we go so Cheese Cheese Cheese Butter Spread it * I hate that this is so much better Cheese * CC mapping changes * Update code/game/objects/items/granters/action_granters/summon_cheese.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
|
||||
/obj/effect/spawner/lootdrop/wizardcrash
|
||||
loot = list(
|
||||
/obj/item/guardiancreator = 1, //jackpot.
|
||||
/obj/item/spellbook/oneuse/knock = 1, //tresspassing charges incoming
|
||||
/obj/item/gun/magic/wand/resurrection = 1, //medbay's best friend
|
||||
/obj/item/spellbook/oneuse/charge = 20, //and now for less useful stuff to dilute the good loot chances
|
||||
/obj/item/guardiancreator = 1, // jackpot.
|
||||
/obj/item/spellbook/oneuse/knock = 1, // tresspassing charges incoming
|
||||
/obj/item/gun/magic/wand/resurrection = 1, // medbay's best friend
|
||||
/obj/item/spellbook/oneuse/charge = 20, // and now for less useful stuff to dilute the good loot chances
|
||||
/obj/item/spellbook/oneuse/summonitem = 20,
|
||||
/obj/item/spellbook/oneuse/forcewall = 10,
|
||||
/obj/item/soulstone = 15 //spooky wizard stuff
|
||||
/obj/item/book/granter/spell/summon_cheese = 20 // hungry wizard stuff
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user