From 2a05f81f12936a40e1a2ad2b0c8d9410a6479c10 Mon Sep 17 00:00:00 2001 From: Chloe Carver-Brown Date: Tue, 2 Mar 2021 11:24:21 +0000 Subject: [PATCH] Boil the hell in to it --- code/modules/reagents/chemistry/recipes/others.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm index 9c67fc5e..aab9ba5f 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -721,3 +721,11 @@ required_reagents = list(/datum/reagent/medicine/salglu_solution = 1, /datum/reagent/iron = 1, /datum/reagent/stable_plasma = 1) mix_message = "The mixture congeals and gives off a faint copper scent." required_temp = 350 + +/datum/chemical_reaction/hellwater + name = "Hell Water" + id = /datum/reagent/hellwater + results = list(/datum/reagent/hellwater = 1) + required_reagents = list(/datum/reagent/water/holywater = 1) + required_temp = 700 + mob_react = FALSE \ No newline at end of file