From af3b91671c584ede9edb4b33bb2b1ffcf095ce5d Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 13 Feb 2019 14:24:42 +0100 Subject: [PATCH] Recipeeeeeeee --- 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 87e4d8c60c..6d03af02e7 100644 --- a/code/modules/reagents/Chemistry-Recipes_ch.dm +++ b/code/modules/reagents/Chemistry-Recipes_ch.dm @@ -4,3 +4,17 @@ result = "claridyl" required_reagents = list("lithium" = 1, "radium" = 1, "sugar" = 1) result_amount = 1 + +/datum/chemical_reaction/dyloteane + name = "dyloteane" + id = "dyloteane" + result = "dyloteane" + required_reagents = list("anti_toxin" = 1, "tea" = 1) + result_amount = 1 + +/datum/chemical_reaction/dyloteane/super + name = "dyloteanesuper" + id = "dyloteanesuper" + 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