diff --git a/code/modules/hydroponics/grown/towercap.dm b/code/modules/hydroponics/grown/towercap.dm index 827188db878c..97fe7e539cf1 100644 --- a/code/modules/hydroponics/grown/towercap.dm +++ b/code/modules/hydroponics/grown/towercap.dm @@ -19,7 +19,7 @@ icon_dead = "towercap-dead" genes = list(/datum/plant_gene/trait/plant_type/fungal_metabolism) mutatelist = list(/obj/item/seeds/tower/steel) - reagents_add = list("carbon" = 0.2) + reagents_add = list("plantmatter" = 0.225) /obj/item/seeds/tower/steel name = "pack of steel-cap mycelium"