From 4b94406efb60c523099ffe8606de8917459b78b9 Mon Sep 17 00:00:00 2001 From: Regen Date: Fri, 23 May 2014 23:10:04 +0200 Subject: [PATCH] Nerfs for OD --- code/modules/reagents/Chemistry-Reagents.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index 6fb79022911..2e908e116fe 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -1874,10 +1874,10 @@ datum if(51 to 79) // Their cells burn more oxygen than the body can distribute M.adjustToxLoss(1) - M.adjustOxyLoss(2) + M.adjustOxyLoss(1) if(80 to INFINITY) // At this point you're fucked - M.adjustOxyLoss(5) //you'll pass out pretty fucking quick, and die shortly after + M.adjustOxyLoss(2) //you'll pass out pretty fucking quick, and die shortly after ..()