diff --git a/code/defines/obj/hydro.dm b/code/defines/obj/hydro.dm index e3897ced194..1d375b3ec44 100644 --- a/code/defines/obj/hydro.dm +++ b/code/defines/obj/hydro.dm @@ -423,16 +423,16 @@ name = "pack of reishi mycelium" desc = "This mycelium grows into something relaxing." icon_state = "mycelium-reishi" - mypath = "/obj/item/seeds/reishi" + mypath = "/obj/item/seeds/reishimycelium" species = "reishi" - plantname = "reishi" + plantname = "Reishi" productname = "/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/reishi" lifespan = 35 endurance = 35 maturation = 10 production = 5 yield = 4 - potency = 10 // Sleeping based on potency? + potency = 15 // Sleeping based on potency? oneharvest = 1 growthstages = 3 plant_type = 2