(0c9b47aa6) New main menu graphics

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:54:16 +03:00
parent 38240162cf
commit a2e40ed3eb
11 changed files with 214 additions and 267 deletions
@@ -1764,6 +1764,10 @@ namespace Barotrauma
{
ApplyStatusEffects(!waterProof && inWater ? ActionType.InWater : ActionType.NotInWater, deltaTime);
}
if (!broken)
{
ApplyStatusEffects(!waterProof && inWater ? ActionType.InWater : ActionType.NotInWater, deltaTime);
}
ApplyStatusEffects(!waterProof && inWater ? ActionType.InWater : ActionType.NotInWater, deltaTime);
if (body == null || !body.Enabled || !inWater || ParentInventory != null || Removed) { return; }