(d3b1aba39) Slightly reduced the amount of oxygen characters consume from hulls

This commit is contained in:
Joonas Rikkonen
2019-04-05 16:11:15 +03:00
parent b5b5177bc5
commit 53443f5eee

View File

@@ -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 = 1000.0f;
public const float OxygenConsumptionSpeed = 700.0f;
public const int WaveWidth = 32;
public static float WaveStiffness = 0.02f;