Fixed the reagents in the new plants.

This commit is contained in:
Useroth
2019-11-25 13:35:26 +01:00
parent 6a59cc1c99
commit 99300229a1
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -173,7 +173,7 @@
product = /obj/item/reagent_containers/food/snacks/grown/cherrybulbs
genes = list(/datum/plant_gene/trait/repeated_harvest, /datum/plant_gene/trait/glow/pink)
mutatelist = list()
reagents_add = list(/datum/reagent/consumable/nutriment = 0.07, /datum/reagent/consumable/sugar = 0.07)
reagents_add = list("nutriment" = 0.07, "sugar" = 0.07)
rarity = 10
/obj/item/reagent_containers/food/snacks/grown/cherrybulbs
@@ -184,7 +184,7 @@
filling_color = "#FF0000"
bitesize_mod = 2
foodtype = FRUIT
grind_results = list(/datum/reagent/consumable/cherryjelly = 0)
grind_results = list("cherryjelly" = 0)
tastes = list("cherry" = 1)
wine_power = 50