From a6ab76f8f711a19df2c372940aa05358491dbbd8 Mon Sep 17 00:00:00 2001 From: ven1883 <129563993+ven1883@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:10:09 -0500 Subject: [PATCH] banishement (#2549) fuck this item --- monkestation/code/modules/bunny_wizard/wizard_items.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/monkestation/code/modules/bunny_wizard/wizard_items.dm b/monkestation/code/modules/bunny_wizard/wizard_items.dm index 501877dd7d40..9aa1e56e1bcc 100644 --- a/monkestation/code/modules/bunny_wizard/wizard_items.dm +++ b/monkestation/code/modules/bunny_wizard/wizard_items.dm @@ -51,11 +51,14 @@ charges-- return +//directly to hell with you +/* /datum/spellbook_entry/item/wandbunny name = "Wand of Bunnies" desc = "An artefact that spits bolts of lagomorphic energy which cause the target's appearence and clothing to change. Unlike most wands, it is able to recharge its own power. This magic doesn't effect machines or animals." item_path = /obj/item/gun/magic/wand/bunny category = "Offensive" +*/ /mob/living/carbon/human/proc/bunnify(mob/target) var/obj/effect/particle_effect/fluid/smoke/exit_poof = new(get_turf(src))