From 77f6d2fd78b681c17399262becaa666d4f9c0d7e Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 2 Apr 2017 01:26:40 -0400 Subject: [PATCH] Makes Carthatoline actually creatable The ID for dylovene is "anti_toxin" not "dylovene" --- code/modules/reagents/Chemistry-Recipes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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