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"