From 73dc656f1c62f5e825accbba8186895e23a7aa54 Mon Sep 17 00:00:00 2001 From: slicerv <81949577+slicerv@users.noreply.github.com> Date: Tue, 12 Apr 2022 22:52:22 -0400 Subject: [PATCH] Fix for holymelons not growing. Left out a single line of text that prevented holy melons from being produced after harvesting. --- 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 6c9d8d444d7c..ce42cb590c0b 100644 --- a/code/modules/hydroponics/grown/melon.dm +++ b/code/modules/hydroponics/grown/melon.dm @@ -43,8 +43,8 @@ icon_state = "seed-holymelon" species = "holymelon" plantname = "Holy Melon Vines" - product = /obj/item/reagent_containers/food/snacks/grown/ - genes = list(/datum/plant_gene/trait/glow/yellow,/datum/plant_gene/trait/repeated_harvest) + product = /obj/item/reagent_containers/food/snacks/grown/holymelon + genes = list(/datum/plant_gene/trait/glow/yellow ,/datum/plant_gene/trait/repeated_harvest) mutatelist = list() reagents_add = list(/datum/reagent/water/holywater = 0.2, /datum/reagent/consumable/nutriment = 0.1) rarity = 20