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!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user