From b026ada41f10e9997f5d5886bf4ee85c888908c1 Mon Sep 17 00:00:00 2001 From: "giacomand@gmail.com" Date: Sat, 28 Jul 2012 04:48:05 +0000 Subject: [PATCH] Fixed a typo which caused Reishi to not produce seeds. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4200 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/hydro.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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