From 462ef49c293d3adcaa92b910d456c6931951b9f2 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 6 Feb 2017 04:37:15 -0500 Subject: [PATCH] tweaks --- code/modules/hydroponics/grown/cereals.dm | 1 + code/modules/hydroponics/grown/herbals.dm | 4 ++-- code/modules/hydroponics/grown/tomato.dm | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/code/modules/hydroponics/grown/cereals.dm b/code/modules/hydroponics/grown/cereals.dm index 68a9c8c42d8..040e557352c 100644 --- a/code/modules/hydroponics/grown/cereals.dm +++ b/code/modules/hydroponics/grown/cereals.dm @@ -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" diff --git a/code/modules/hydroponics/grown/herbals.dm b/code/modules/hydroponics/grown/herbals.dm index ed2340e5838..f47d84a8edd 100644 --- a/code/modules/hydroponics/grown/herbals.dm +++ b/code/modules/hydroponics/grown/herbals.dm @@ -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 diff --git a/code/modules/hydroponics/grown/tomato.dm b/code/modules/hydroponics/grown/tomato.dm index 6af49a1fe6f..78c3e3dfded 100644 --- a/code/modules/hydroponics/grown/tomato.dm +++ b/code/modules/hydroponics/grown/tomato.dm @@ -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