From 87c9118140440f7ee260625cb2f293e8b0f1635d Mon Sep 17 00:00:00 2001 From: Erthilo Date: Wed, 6 Jun 2012 06:00:38 +0100 Subject: [PATCH] Change soy sauce recipe to soymilk + water pending better ideas. --- code/modules/chemical/Chemistry-Recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/chemical/Chemistry-Recipes.dm b/code/modules/chemical/Chemistry-Recipes.dm index af599eced07..d52a00e154a 100644 --- a/code/modules/chemical/Chemistry-Recipes.dm +++ b/code/modules/chemical/Chemistry-Recipes.dm @@ -885,7 +885,7 @@ datum name = "Soy Sauce" id = "soysauce" result = "soysauce" - required_reagents = list("soymilk" = 4, "acid" = 1) + required_reagents = list("soymilk" = 4, "water" = 1) //Was sulphuric acid, probably should change it result_amount = 5 cheesewheel