Fixes lung rupturing

This commit is contained in:
Yoshax
2016-08-08 15:47:53 +01:00
parent 48cc650667
commit e9e51ccb02

View File

@@ -343,6 +343,9 @@
else
adjustOxyLoss(HUMAN_CRIT_MAX_OXYLOSS)
if(prob(5))
rupture_lung()
oxygen_alert = max(oxygen_alert, 1)
return 0