mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
Boil the hell in to it
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user