From a6b3ab834442468c1e25f800e118dcbb68fdd36d Mon Sep 17 00:00:00 2001 From: Albert Iordache Date: Sat, 16 Jun 2012 15:41:53 +0300 Subject: [PATCH] Raised the amount of toxloss humans get per tick from not being in a breathable environment --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 38683219736..3137b302505 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1,6 +1,6 @@ //This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32 -#define HUMAN_MAX_OXYLOSS 3 //Defines how much oxyloss humans can get per tick. No air applies this value. +#define HUMAN_MAX_OXYLOSS 6 //Defines how much oxyloss humans can get per tick. No air applies this value. /mob/living/carbon/human var/oxygen_alert = 0