mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
adds growth serum, puts it in fly amanita (#19654)
* adds growth serum, puts it in fly amanita * changes reagent check to cycle check * Growth serum now works, and if you have more than 20 units in you at a time, you will pulsate between sizes. * Update other_reagents.dm Removes erroneous typecast.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
plant_type = PLANT_MUSHROOM
|
||||
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
|
||||
mutatelist = list(/obj/item/seeds/angel)
|
||||
reagents_add = list("mushroomhallucinogen" = 0.04, "amatoxin" = 0.35, "nutriment" = 0)
|
||||
reagents_add = list("mushroomhallucinogen" = 0.04, "amatoxin" = 0.35, "nutriment" = 0, "growthserum" = 0.1)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/amanita
|
||||
seed = /obj/item/seeds/amanita
|
||||
|
||||
Reference in New Issue
Block a user