diff --git a/code/modules/hydroponics/seed_datums.dm b/code/modules/hydroponics/seed_datums.dm index 5974284b7b6..2500da6764d 100644 --- a/code/modules/hydroponics/seed_datums.dm +++ b/code/modules/hydroponics/seed_datums.dm @@ -459,6 +459,7 @@ display_name = "tower caps" chems = list("woodpulp" = list(10,1)) mutants = null + has_item_product = /obj/item/stack/material/log /datum/seed/mushroom/towercap/New() ..()