From e350e50aa339f516b6fa059519486752988b9607 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Tue, 24 Sep 2019 03:11:50 +0000 Subject: [PATCH 1/2] slightly less holy melons --- code/modules/hydroponics/grown/melon.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/hydroponics/grown/melon.dm b/code/modules/hydroponics/grown/melon.dm index 29691c3289..5925c472cd 100644 --- a/code/modules/hydroponics/grown/melon.dm +++ b/code/modules/hydroponics/grown/melon.dm @@ -57,7 +57,3 @@ dried_type = null wine_power = 70 //Water to wine, baby. wine_flavor = "divinity" - -/obj/item/reagent_containers/food/snacks/grown/holymelon/Initialize() - . = ..() - AddComponent(/datum/component/anti_magic, TRUE, TRUE) //deliver us from evil o melon god From b8c3dfc6f0e328d223e32191f89fb1b214a096c8 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Tue, 24 Sep 2019 03:26:24 +0000 Subject: [PATCH 2/2] made it commented out instead of deleted --- code/modules/hydroponics/grown/melon.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/hydroponics/grown/melon.dm b/code/modules/hydroponics/grown/melon.dm index 5925c472cd..eb463e5f6d 100644 --- a/code/modules/hydroponics/grown/melon.dm +++ b/code/modules/hydroponics/grown/melon.dm @@ -57,3 +57,8 @@ dried_type = null wine_power = 70 //Water to wine, baby. wine_flavor = "divinity" + + +// /obj/item/reagent_containers/food/snacks/grown/holymelon/Initialize() +// . = ..() +// AddComponent(/datum/component/anti_magic, TRUE, TRUE) //deliver us from evil o melon god