Being unable to breathe and having oxyloss now causes brain damage that scales with your oxyloss

This commit is contained in:
Yoshax
2016-11-15 21:54:43 +00:00
@@ -352,6 +352,10 @@
else
rupture_lung()
if(should_have_organ("brain"))
if(prob(5))
adjustBrainLoss(0.02 * oxyloss) //2% of your current oxyloss is applied as brain damage, 50 oxyloss is 1 brain damage
oxygen_alert = max(oxygen_alert, 1)
return 0