From cf5ccab58b43aec09099dccb8af09f4fd05c9712 Mon Sep 17 00:00:00 2001 From: PacifistDalek <32213277+PacifistDalek@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:10:41 -0400 Subject: [PATCH] missed something --- code/modules/hydroponics/grown/flowers.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/hydroponics/grown/flowers.dm b/code/modules/hydroponics/grown/flowers.dm index f157fcd93fc..443ebfa8129 100644 --- a/code/modules/hydroponics/grown/flowers.dm +++ b/code/modules/hydroponics/grown/flowers.dm @@ -35,6 +35,8 @@ icon_state = "seed-lily" species = "lily" plantname = "Lily Plants" + icon_grow = "lily-grow" + icon_dead = "lily-dead" product = /obj/item/reagent_containers/food/snacks/grown/poppy/lily mutatelist = list() @@ -53,6 +55,8 @@ icon_state = "seed-geranium" species = "geranium" plantname = "Geranium Plants" + icon_grow = "geranium-grow" + icon_dead = "geranium-dead" product = /obj/item/reagent_containers/food/snacks/grown/poppy/geranium mutatelist = list()