Boil the hell in to it

This commit is contained in:
Chloe Carver-Brown
2021-03-02 11:24:21 +00:00
parent 7f7186dfd3
commit 2a05f81f12
@@ -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