From 5ec00044769eac5a0e35b1f87285692e307f4b40 Mon Sep 17 00:00:00 2001 From: Matt Atlas Date: Tue, 16 Jun 2020 01:22:18 +0200 Subject: [PATCH] Deletes the atropine recipe, because I forgot to (#9145) --- code/modules/reagents/Chemistry-Recipes.dm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 295c126636b..dc2bb0b9dee 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -631,13 +631,6 @@ required_reagents = list("phoron" = 0.1, "alkysine" = 1, "cryoxadone" = 0.1) result_amount = 1 -/datum/chemical_reaction/atropine - name = "Atropine" - id = "atropine" - result = "atropine" - required_reagents = list("tricordrazine" = 1, "phoron" = 0.1, "hydrazine" = 1 ) - result_amount = 2 - /datum/chemical_reaction/coughsyrup name = "Cough Syrup" id = "coughsyrup"