Fixed reagents in destroying angels

Had listed amantin twice in the reagent_add function for destroying angel. Combined to 0.3
This commit is contained in:
CoreyLee Hassell
2017-02-10 11:14:04 -05:00
committed by GitHub
parent c82c1924c9
commit 88f006432b
+2 -2
View File
@@ -74,7 +74,7 @@
growthstages = 3
genes = list(/datum/plant_gene/trait/plant_type/fungal_metabolism)
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
reagents_add = list("psilocybin" = 0.04, "amanitin" = 0.1, "nutriment" = 0, "amanitin" = 0.2)
reagents_add = list("psilocybin" = 0.04, "nutriment" = 0, "amanitin" = 0.3)
rarity = 30
origin_tech = "biotech=5"
@@ -291,4 +291,4 @@
name = "fungus"
desc = "A fungus ideal for making antibacterials."
icon_state = "angel"
color = "#4f4331"
color = "#4f4331"