From 28b285754f3bee5bbcbb1056f88f7920e77e0e1d Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Fri, 11 Mar 2016 23:15:00 -0500 Subject: [PATCH] teslium --- code/modules/reagents/newchem/toxins.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/newchem/toxins.dm b/code/modules/reagents/newchem/toxins.dm index 40dfb484091..c69baf5b76b 100644 --- a/code/modules/reagents/newchem/toxins.dm +++ b/code/modules/reagents/newchem/toxins.dm @@ -888,6 +888,7 @@ color = "#20324D" //RGB: 32, 50, 77 metabolization_rate = 0.2 var/shock_timer = 0 + process_flags = ORGANIC | SYNTHETIC /datum/reagent/teslium/on_mob_life(mob/living/M) shock_timer++