diff --git a/code/modules/hydroponics/grown/misc.dm b/code/modules/hydroponics/grown/misc.dm index 89b27cee..2fcd0867 100644 --- a/code/modules/hydroponics/grown/misc.dm +++ b/code/modules/hydroponics/grown/misc.dm @@ -49,7 +49,7 @@ /obj/item/seeds/starthistle/corpse_flower/process() var/obj/machinery/hydroponics/parent = loc - if(parent.age < maturation) // Start a little before it blooms + if(parent.age < maturation || parent.dead) // Start a little before it blooms return var/turf/open/T = get_turf(parent)