From f58bad79ec36927f3c5a00e11e624200c1e4dc20 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sat, 21 Mar 2020 02:18:57 -0400 Subject: [PATCH] Update other_reagents.dm --- .../reagents/chemistry/reagents/other_reagents.dm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index e4deb3f620..1fbb3cc346 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -293,8 +293,6 @@ /datum/reagent/water/reaction_mob(mob/living/M, method=TOUCH, reac_volume)//Splashing people with water can help put them out! if(!istype(M)) return - if(method == INGEST) - M.adjustStaminaLoss(-0.2*REM, 0) if(method == TOUCH) M.adjust_fire_stacks(-(reac_volume / 10)) M.ExtinguishMob() @@ -302,11 +300,6 @@ /datum/reagent/water/overdose_start(mob/living/M) metabolization_rate = 45 * REAGENTS_METABOLISM - M.adjustBruteLoss(4*REM, 0) //Your cells start to explode - if(iscarbon(M)) - var/mob/living/carbon/C = M - C.applyLiverDamage(2) - ..() . = 1 /datum/reagent/water/holywater @@ -424,11 +417,6 @@ /datum/reagent/fuel/unholywater/overdose_start(mob/living/M) metabolization_rate = 60 * REAGENTS_METABOLISM - M.adjustBruteLoss(1*REM, 0) - if(iscarbon(M)) - var/mob/living/carbon/C = M - C.applyLiverDamage(3) - ..() . = 1 /datum/reagent/hellwater //if someone has this in their system they've really pissed off an eldrich god