From c19bf4dbbec495cd8293efdafdc620e8e980a645 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 1 Mar 2019 14:06:09 +0100 Subject: [PATCH] Recipe for new antitoxin as well as ethanol interaction --- code/modules/reagents/Chemistry-Recipes_ch.dm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/code/modules/reagents/Chemistry-Recipes_ch.dm b/code/modules/reagents/Chemistry-Recipes_ch.dm index 6d03af02e7..3b7ce69c4f 100644 --- a/code/modules/reagents/Chemistry-Recipes_ch.dm +++ b/code/modules/reagents/Chemistry-Recipes_ch.dm @@ -18,3 +18,17 @@ result = "dyloteane" required_reagents = list("anti_toxin" = 1, "tea" = 1,"sugar" = 1) result_amount = 10 //by the powers of england for sugaring your tea you gain *10 result + +/datum/chemical_reaction/eden + name = "eden" + id = "eden" + result = "eden" + required_reagents = list("anti_toxin" = 60, "phoron" = 60) + result_amount = 1 + +/datum/chemical_reaction/eden/snake + id = "eden_snake" + result = "eden_snake" + required_reagents = list("eden" = 1, "ethanol" = 1) + +