Fixes missing 'else'

Conflicts:
	code/modules/mob/living/carbon/human/life.dm
This commit is contained in:
mwerezak
2014-05-28 11:47:20 -04:00
committed by ZomgPonies
parent 6333840028
commit bfd2cd036c
+1 -1
View File
@@ -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]."