From ccb77e1c46d49b6329478eb134f0029f189d08e3 Mon Sep 17 00:00:00 2001 From: Archie Date: Thu, 15 Jul 2021 18:42:59 -0300 Subject: [PATCH] Tildes --- code/modules/hydroponics/grown/melon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/melon.dm b/code/modules/hydroponics/grown/melon.dm index 754184b4..54cfd0bd 100644 --- a/code/modules/hydroponics/grown/melon.dm +++ b/code/modules/hydroponics/grown/melon.dm @@ -63,7 +63,7 @@ . = ..() var/uses = 1 if(seed) - uses = round(seed.potency / 25) + uses = round(seed.potency / 20) AddComponent(/datum/component/anti_magic, TRUE, TRUE, FALSE, ITEM_SLOT_HANDS, 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)