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