From 80a4e051f218d5a1ee88c8f4e0178b609c0cfa23 Mon Sep 17 00:00:00 2001 From: GuppyLaxx Date: Wed, 24 Jan 2018 19:26:55 -0500 Subject: [PATCH] Someone fucked up --- code/modules/reagents/chemistry/recipes/medicine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/recipes/medicine.dm b/code/modules/reagents/chemistry/recipes/medicine.dm index d389662e6f2..c2ebe2856ea 100644 --- a/code/modules/reagents/chemistry/recipes/medicine.dm +++ b/code/modules/reagents/chemistry/recipes/medicine.dm @@ -250,7 +250,7 @@ name = "Ketrazine" id = "ketrazine" results = list("ketrazine" = 3) - required_reagents = list("epinephrine" = 1, "ephedrine" = 1, "tricordazine" = 1, "atropine" = 1) + required_reagents = list("epinephrine" = 1, "ephedrine" = 1, "tricordrazine" = 1, "atropine" = 1) required_catalysts = list("gold" = 1) required_temp = 520 mix_message = "The solution fizzes and then settles into an oily, smooth, purple liquid."