From ffb6708ccacf2e6ed71107193f3dd7cb3a97f5c8 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 3 Sep 2015 22:15:45 -0400 Subject: [PATCH] metabolization --- code/modules/reagents/Chemistry-Reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index b79924e30e5..6e247c334a0 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -507,7 +507,7 @@ datum M.IgniteMob() //Only problem with igniting people is currently the commonly availible fire suits make you immune to being on fire M.adjustFireLoss(3) //Hence the other damages... ain't I a bastard? M.mind.vampire.nullified = max(5, M.mind.vampire.nullified + 2) - holder.remove_reagent(src.id, 0.4) //fixed consumption to prevent balancing going out of whack + ..() return