From de24740ec696fb0eb9017ced883cfab8757147be Mon Sep 17 00:00:00 2001 From: ThePooba <81843097+ThePooba@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:13:49 -0600 Subject: [PATCH] Revert "banishement (#2549)" (#3651) This reverts commit a6ab76f8f711a19df2c372940aa05358491dbbd8. --- monkestation/code/modules/bunny_wizard/wizard_items.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/monkestation/code/modules/bunny_wizard/wizard_items.dm b/monkestation/code/modules/bunny_wizard/wizard_items.dm index 9aa1e56e1bcc..501877dd7d40 100644 --- a/monkestation/code/modules/bunny_wizard/wizard_items.dm +++ b/monkestation/code/modules/bunny_wizard/wizard_items.dm @@ -51,14 +51,11 @@ 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))