From e52652f8c8a04e49b6ad906efd22a44baeab33d6 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Thu, 3 Oct 2019 23:19:52 -0500 Subject: [PATCH] Differing carpet reactions --- code/modules/reagents/chemistry/recipes/others.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm index 88bd7e8205..eaae548d68 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -702,7 +702,7 @@ name = "liquid royal black carpet" id = "royalblackcarpet" results = list("royalblackcarpet" = 2) - required_reagents = list("carpet" = 1, "black_pepper" = 1) + required_reagents = list("carpet" = 1, "blackpepper" = 1) /datum/chemical_reaction/carpet/royalblue name = "liquid royal blue carpet"