From 43b1d0405e91d954f0f7b8eb8a346b6ae5b34d65 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sat, 17 Aug 2019 23:25:38 -0400 Subject: [PATCH] Update flowers.dm --- code/modules/hydroponics/grown/flowers.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/grown/flowers.dm b/code/modules/hydroponics/grown/flowers.dm index 60f0b6a3be..bcd1047270 100644 --- a/code/modules/hydroponics/grown/flowers.dm +++ b/code/modules/hydroponics/grown/flowers.dm @@ -102,7 +102,7 @@ icon_state = "seed-sunflower" species = "sunflower" plantname = "Sunflowers" - product = /obj/item/grown/sunflower + product = /obj/item/reagent_containers/food/snacks/grown/sunflower endurance = 20 production = 2 yield = 2 @@ -169,7 +169,7 @@ plantname = "Novaflowers" icon_grow = "novaflower-grow" icon_dead = "sunflower-dead" - product = /obj/item/grown/novaflower + product = /obj/item/reagent_containers/food/snacks/grown/novaflower mutatelist = list() reagents_add = list("condensedcapsaicin" = 0.25, "capsaicin" = 0.3, "nutriment" = 0) rarity = 20