From e5b7e11206c70bb23eacf74f1e1269fe2b491185 Mon Sep 17 00:00:00 2001 From: Mechoid Date: Thu, 4 Jul 2019 13:42:42 -0700 Subject: [PATCH] Update Chemistry-Recipes.dm --- 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 afa798ac5e..89d03e9673 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -1198,7 +1198,7 @@ name = "Peanut Butter" id = "peanutbutter" result = "peanutbutter" - required_reagents = list("peanutoil" = 2, "sugar" = 1, "salt" = 1, "milk" = 1) + required_reagents = list("peanutoil" = 2, "sugar" = 1, "salt" = 1) catalysts = list("enzyme" = 5) result_amount = 3