From bfd2cd036c8a03a1e29174ee234f469ab7d6f92f Mon Sep 17 00:00:00 2001 From: mwerezak Date: Wed, 28 May 2014 11:47:20 -0400 Subject: [PATCH] Fixes missing 'else' Conflicts: code/modules/mob/living/carbon/human/life.dm --- 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 3afefa18801..6d204da576d 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -627,7 +627,7 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc co2_alert = 1 failed_exhale = 1 - if(exhaled_pp > safe_exhaled_max * 0.6) + else if(exhaled_pp > safe_exhaled_max * 0.6) if (prob(0.3)) var/word = pick("a little dizzy","short of breath") src << "\red You feel [word]."