From 5ef84b6e4b9af5e0f914eaa8efc8ec56b95487e5 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 7 Jun 2018 15:06:10 -0400 Subject: [PATCH] Adds in Oxygen to grass Adds in 0.03 Oxygen gene to grass! Why: Mostly for Life-Bringers to be able to make there own Oxygen. Side note: First time touching code if I did a bad make sure to yell at me for it with harsh words of disappointment! --- code/modules/hydroponics/grown/grass_carpet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/grass_carpet.dm b/code/modules/hydroponics/grown/grass_carpet.dm index 8e55f8a15d..819ade2af1 100644 --- a/code/modules/hydroponics/grown/grass_carpet.dm +++ b/code/modules/hydroponics/grown/grass_carpet.dm @@ -16,7 +16,7 @@ icon_dead = "grass-dead" genes = list(/datum/plant_gene/trait/repeated_harvest) mutatelist = list(/obj/item/seeds/grass/carpet) - reagents_add = list("nutriment" = 0.02, "hydrogen" = 0.05) + reagents_add = list("nutriment" = 0.02, "hydrogen" = 0.05 "oxygen" = 0.03) /obj/item/reagent_containers/food/snacks/grown/grass seed = /obj/item/seeds/grass