diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index a0a6a89cb2..41ad4cb5c6 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -164,7 +164,7 @@ name = "Carthatoline" id = "carthatoline" result = "carthatoline" - required_reagents = list("dylovene" = 1, "carbon" = 2, "phoron" = 0.1) + required_reagents = list("anti_toxin" = 1, "carbon" = 2, "phoron" = 0.1) catalysts = list("phoron" = 1) result_amount = 2 @@ -1840,4 +1840,4 @@ id = "berrytea" result = "berrytea" required_reagents = list("tea" = 5, "berryjuice" = 1) - result_amount = 6 \ No newline at end of file + result_amount = 6