From bda7ffadd2a74d944075669e141bee9992dbd32d Mon Sep 17 00:00:00 2001 From: carshalash Date: Wed, 3 Mar 2021 09:38:56 +1000 Subject: [PATCH] Small plant tweaks, addition of chemicals to under utilized plants (#57302) --- code/modules/hydroponics/grown/berries.dm | 2 +- code/modules/hydroponics/grown/root.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/grown/berries.dm b/code/modules/hydroponics/grown/berries.dm index 9564defe921..5af275ea535 100644 --- a/code/modules/hydroponics/grown/berries.dm +++ b/code/modules/hydroponics/grown/berries.dm @@ -146,7 +146,7 @@ plantname = "Blue Cherry Tree" product = /obj/item/food/grown/bluecherries mutatelist = list() - reagents_add = list(/datum/reagent/consumable/nutriment = 0.07, /datum/reagent/consumable/sugar = 0.07) + reagents_add = list(/datum/reagent/consumable/nutriment = 0.07, /datum/reagent/consumable/sugar = 0.07, /datum/reagent/oxygen = 0.07) rarity = 10 /obj/item/food/grown/bluecherries diff --git a/code/modules/hydroponics/grown/root.dm b/code/modules/hydroponics/grown/root.dm index 1509dc0d72e..c41574a1e68 100644 --- a/code/modules/hydroponics/grown/root.dm +++ b/code/modules/hydroponics/grown/root.dm @@ -45,7 +45,7 @@ product = /obj/item/food/grown/parsnip icon_dead = "carrot-dead" mutatelist = list() - reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.05, /datum/reagent/consumable/nutriment = 0.05) + reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.05, /datum/reagent/consumable/nutriment = 0.05, /datum/reagent/aluminium = 0.05) /obj/item/food/grown/parsnip seed = /obj/item/seeds/carrot/parsnip