From 8d33579e864f26db2aa4543f8c05ef29d9d09759 Mon Sep 17 00:00:00 2001 From: Archie Date: Thu, 15 Jul 2021 17:25:54 -0300 Subject: [PATCH] Removes holy melon anti-magic --- code/modules/hydroponics/grown/melon.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/grown/melon.dm b/code/modules/hydroponics/grown/melon.dm index adf710d9..b3135030 100644 --- a/code/modules/hydroponics/grown/melon.dm +++ b/code/modules/hydroponics/grown/melon.dm @@ -59,13 +59,13 @@ wine_power = 70 //Water to wine, baby. wine_flavor = "divinity" -/obj/item/reagent_containers/food/snacks/grown/holymelon/Initialize() +/*/obj/item/reagent_containers/food/snacks/grown/holymelon/Initialize() . = ..() var/uses = 1 if(seed) uses = round(seed.potency / 20) AddComponent(/datum/component/anti_magic, TRUE, TRUE, FALSE, uses, TRUE, CALLBACK(src, .proc/block_magic), CALLBACK(src, .proc/expire)) //deliver us from evil o melon god - +*/ /obj/item/reagent_containers/food/snacks/grown/holymelon/proc/block_magic(mob/user, major) if(major) visible_message("[src] hums slightly, and seems to decay a bit.")