(e1b4346f3) Fix enemies not being able to get into the sub via vertical hatches. Removed the velocity manipulation, because it only caused issues.

This commit is contained in:
Joonas Rikkonen
2019-04-05 16:11:30 +03:00
parent 53443f5eee
commit e84203781e
3 changed files with 26 additions and 31 deletions
@@ -20,7 +20,7 @@ namespace Barotrauma
public static bool EditWater, EditFire;
public const float OxygenDistributionSpeed = 500.0f;
public const float OxygenDeteriorationSpeed = 0.3f;
public const float OxygenConsumptionSpeed = 700.0f;
public const float OxygenConsumptionSpeed = 1000.0f;
public const int WaveWidth = 32;
public static float WaveStiffness = 0.02f;