From cc7b722443cd7eb2c47fa5101755bd896eefa58b Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 25 Feb 2018 16:54:17 -0500 Subject: [PATCH] Update Chemistry-Reagents-Core.dm --- .../Chemistry-Reagents/Chemistry-Reagents-Core.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm index e8436ea833..606f80e9ca 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm @@ -168,19 +168,19 @@ L.ExtinguishMob() L.adjust_fire_stacks(-(amount / 5)) remove_self(needed) - +/* //VOREStation Edit Start. Stops slimes from dying from water. Fixes fuel affect_ingest, too. /datum/reagent/water/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) - /*if(alien == IS_SLIME) //VOREStation Edit Start. Stops slimes from dying from water. + if(alien == IS_SLIME) //VOREStation Edit Start. Stops slimes from dying from water. M.adjustToxLoss(6 * removed) - else*/ - ..() //VOREStation Edit End. + else + ..() /datum/reagent/fuel/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed) if(alien == IS_SLIME) M.adjustToxLoss(6 * removed) else ..() - +/* //VOREStation Edit End. /datum/reagent/fuel name = "Welding fuel" id = "fuel"