From 44bf1b8736bc117acdb66d4737fcbb97bf627cf2 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 16 Jun 2018 14:45:18 -0400 Subject: [PATCH] More biomass for the noms purposes --- code/modules/reagents/Chemistry-Recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index f41961b2d5..f841500087 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -2253,4 +2253,4 @@ id = "biomass" result = "biomass" required_reagents = list("protein" = 1, "sugar" = 1, "phoron" = 1) - result_amount = 1 // Roughly 20u per phoron sheet \ No newline at end of file + result_amount = 6 // Roughly 120u per phoron sheet //VOREStation Edit \ No newline at end of file