From 1d9d9f76500868994b08eecc09b8cbb49be14f25 Mon Sep 17 00:00:00 2001 From: Walter0o Date: Fri, 22 Aug 2014 00:52:19 +0200 Subject: [PATCH] should fix #6099 --- 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 fbc3488d918..b0f9427000a 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -130,7 +130,7 @@ datum water //I can't believe we never had this. name = "Water" id = "water" - result = null + result = "water" required_reagents = list("oxygen" = 2, "hydrogen" = 1) result_amount = 1