From c0e15a3f44f3ab555abd945155db09c57bff2e07 Mon Sep 17 00:00:00 2001 From: Erik Darkpaws Date: Fri, 13 Sep 2019 23:10:56 -0700 Subject: [PATCH] Normal OD But Oxy --- .../Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm index d06d06580b..141c5ffdc8 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm @@ -257,7 +257,7 @@ taste_description = "salt" reagent_state = SOLID color = "#FFFFFF" - overdose = REAGENTS_OVERDOSE * 0.5 + overdose = REAGENTS_OVERDOSE ingest_met = REM /datum/reagent/sodiumchloride/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) @@ -275,7 +275,7 @@ return M/human.losebreath = 10 - M.adjustOxyLoss(removed * 5) + M.adjustOxyLoss(removed) /datum/reagent/blackpepper name = "Black Pepper"