Fixes for ZAS, including fire, geometry, rebuilding consideration, and atmospheric lockdowns. In addition, improved supermatter, and humans now absorb all the oxygen they inhale, due to the ludicrous volumes of air normally encountered (Does not reduce effectiveness of air tanks)

This commit is contained in:
SkyMarshal
2012-08-21 01:18:01 -07:00
parent 175661aae5
commit d41ffc18fd
10 changed files with 338 additions and 96 deletions
+5 -4
View File
@@ -321,9 +321,10 @@
if (radiation)
if (radiation > 100)
radiation = 100
Weaken(10)
src << "\red You feel weak."
emote("collapse")
if(prob(3))
Weaken(10)
src << "\red You feel weak."
emote("collapse")
if (radiation < 0)
radiation = 0
@@ -541,7 +542,7 @@
oxygen_alert = max(oxygen_alert, 1)*/
else // We're in safe limits
adjustOxyLoss(-5)
oxygen_used = breath.oxygen/6
oxygen_used = breath.oxygen
oxygen_alert = 0
breath.oxygen -= oxygen_used