From 1b16e13ffef7330985588fb1aac253489a7ee2be Mon Sep 17 00:00:00 2001 From: Mitchs98 Date: Thu, 10 Oct 2024 20:28:51 -0500 Subject: [PATCH] bungo growo (#27053) --- code/modules/hydroponics/grown/cocoa_vanilla.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/cocoa_vanilla.dm b/code/modules/hydroponics/grown/cocoa_vanilla.dm index 48c021c26e8..d57ee07ec30 100644 --- a/code/modules/hydroponics/grown/cocoa_vanilla.dm +++ b/code/modules/hydroponics/grown/cocoa_vanilla.dm @@ -15,7 +15,7 @@ icon_grow = "cocoapod-grow" icon_dead = "cocoapod-dead" genes = list(/datum/plant_gene/trait/repeated_harvest) - mutatelist = list(/obj/item/seeds/cocoapod/vanillapod) + mutatelist = list(/obj/item/seeds/cocoapod/vanillapod, /obj/item/seeds/cocoapod/bungotree) reagents_add = list("cocoa" = 0.25, "plantmatter" = 0.1) /obj/item/food/grown/cocoapod