tyuityuidfgh

This commit is contained in:
Regalis
2015-11-02 22:05:48 +02:00
parent e4a048a54a
commit 2a8939f6dc
7 changed files with 47 additions and 45 deletions
+2 -1
View File
@@ -288,7 +288,8 @@ namespace Barotrauma
}
else
{
LethalPressure += 10.0f * deltaTime;
LethalPressure += ( Submarine.Loaded!=null && Submarine.Loaded.AtDamageDepth) ? 100.0f*deltaTime : 10.0f * deltaTime;
}