From fe632948a19ca5ff682fd4664aa0fef8860f8c81 Mon Sep 17 00:00:00 2001 From: Zelf <108688684+ArcZelf@users.noreply.github.com> Date: Sun, 5 Jan 2025 12:49:56 +0000 Subject: [PATCH] botanyover (#27754) --- code/modules/hydroponics/grown/towercap.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"