From 38d30122e28a984555060e95b8917dc75ca807b2 Mon Sep 17 00:00:00 2001 From: Cael_Aislinn Date: Sat, 16 Mar 2013 20:38:01 +1000 Subject: [PATCH] re-add holy water reagent Signed-off-by: Cael_Aislinn --- code/modules/reagents/Chemistry-Reagents.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index ed8654a4028..857b085c2dc 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -1676,6 +1676,13 @@ datum /////////////////////////////////////////////////////////////////////////////////////////////////////////////// + holywater + name = "Holy Water" + id = "holywater" + description = "A ubiquitous chemical substance that is composed of hydrogen and oxygen." + reagent_state = LIQUID + color = "#535E66" // rgb: 83, 94, 102 + nanites name = "Nanomachines" id = "nanites"