From e63cbd1e4280e003db5ec43e30d6dac66974397d Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 3 Sep 2015 16:40:49 -0400 Subject: [PATCH] unholy water processing --- code/modules/reagents/Chemistry-Reagents.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index eb7f2706131..9730add811c 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -1076,6 +1076,7 @@ datum name = "Unholy Water" id = "unholywater" description = "Something that shouldn't exist on this plane of existance." + process_flags = ORGANIC | SYNTHETIC //ethereal means everything processes it. on_mob_life(mob/living/M) M.adjustBrainLoss(3)