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))