mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 17:11:40 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user