From 0f280a5233eac4cb5646c6cdccf689819cc3f0fc Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 24 Sep 2017 14:09:16 -0400 Subject: [PATCH] 75->100 --- .../reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm index 382e71799b..c71a7de362 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm @@ -105,8 +105,8 @@ /datum/reagent/toxin/phoron/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) if(alien == IS_VOX) - M.adjustOxyLoss(-75 * removed) //Half as efficent as dex+ would be. - return //You're wasting plasma (a semi-limited chemical) to save someone, so it might as well be strong. + M.adjustOxyLoss(-100 * removed) //5 oxyloss healed per tick. + return //You're wasting plasma (a semi-limited chemical) to save someone, so it might as well be somewhat strong. ..() /datum/reagent/toxin/phoron/touch_turf(var/turf/simulated/T, var/amount)