diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm index d9e0dad733..382e71799b 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(-removed * 9) - return + 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. ..() /datum/reagent/toxin/phoron/touch_turf(var/turf/simulated/T, var/amount)