This commit is contained in:
Fox-McCloud
2017-02-06 04:37:15 -05:00
parent c5f3cf94e9
commit 462ef49c29
3 changed files with 6 additions and 4 deletions
@@ -70,6 +70,7 @@
plantname = "Meatwheat"
product = /obj/item/weapon/reagent_containers/food/snacks/grown/meatwheat
mutatelist = list()
reagents_add = list("protein" = 0.04)
/obj/item/weapon/reagent_containers/food/snacks/grown/meatwheat
name = "meatwheat"
+2 -2
View File
@@ -9,7 +9,7 @@
maturation = 3
growthstages = 1
growing_icon = 'icons/obj/hydroponics/growing_vegetables.dmi'
reagents_add = list("plantmatter" = 0.1)
reagents_add = list("styptic_powder" = 0.1)
/obj/item/weapon/reagent_containers/food/snacks/grown/comfrey
seed = /obj/item/seeds/comfrey
@@ -35,7 +35,7 @@
product = /obj/item/weapon/reagent_containers/food/snacks/grown/aloe
yield = 2
icon_dead = "ambrosia-dead"
reagents_add = list("plantmatter" = 0.1)
reagents_add = list("silver_sulfadiazine" = 0.1)
/obj/item/weapon/reagent_containers/food/snacks/grown/aloe
seed = /obj/item/seeds/aloe
+3 -2
View File
@@ -11,7 +11,7 @@
icon_grow = "tomato-grow"
icon_dead = "tomato-dead"
genes = list(/datum/plant_gene/trait/squash, /datum/plant_gene/trait/repeated_harvest)
mutatelist = list(/obj/item/seeds/tomato/blue, /obj/item/seeds/tomato/blood, /obj/item/seeds/tomato/killer)
mutatelist = list(/obj/item/seeds/tomato/blue, /obj/item/seeds/tomato/blood)
reagents_add = list("vitamin" = 0.04, "plantmatter" = 0.1)
/obj/item/weapon/reagent_containers/food/snacks/grown/tomato
@@ -31,7 +31,7 @@
species = "bloodtomato"
plantname = "Blood-Tomato Plants"
product = /obj/item/weapon/reagent_containers/food/snacks/grown/tomato/blood
mutatelist = list()
mutatelist = list(/obj/item/seeds/tomato/killer)
reagents_add = list("blood" = 0.2, "vitamin" = 0.04, "plantmatter" = 0.1)
rarity = 20
@@ -106,6 +106,7 @@
icon_harvest = "killertomato-harvest"
icon_dead = "killertomato-dead"
mutatelist = list()
reagents_add = list("vitamin" = 0.04, "protein" = 0.1)
rarity = 30
/obj/item/weapon/reagent_containers/food/snacks/grown/tomato/killer