From 22d0dd339faecf964ff9de4f8a3cb2031969c941 Mon Sep 17 00:00:00 2001 From: Duck- Date: Wed, 19 Mar 2014 03:14:22 -0400 Subject: [PATCH] Fixes potassium chlorophoride Bugfix! I ran into the issue on the baycode by accident and found out the fix. --- 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 3092247d..8f6b8a9c 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -485,7 +485,7 @@ datum name = "Potassium Chlorophoride" id = "potassium_chlorophoride" result = "potassium_chlorophoride" - required_reagents = list("potassium_chloride" = 1, "plasma" = 1, "chloral_hydrate" = 1) + required_reagents = list("potassium_chloride" = 1, "plasma" = 1, "chloralhydrate" = 1) result_amount = 4 stoxin