From cf7844646325d9fd80fe312cab1a820c1e2df7f7 Mon Sep 17 00:00:00 2001 From: Kelenius Date: Tue, 18 Aug 2015 16:10:25 +0300 Subject: [PATCH] Fixes #10730 --- code/modules/reagents/Chemistry-Recipes.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 829dcf19dc6..72fc629ee4c 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -1258,6 +1258,13 @@ required_reagents = list("soymilk" = 4, "sacid" = 1) result_amount = 5 +/datum/chemical_reaction/ketchup + name = "Ketchup" + id = "ketchup" + result = "ketchup" + required_reagents = list("tomatojuice" = 2, "water" = 1, "sugar" = 1) + result_amount = 4 + /datum/chemical_reaction/cheesewheel name = "Cheesewheel" id = "cheesewheel"