(ee538829d) Added docking tutorial video, removed highlight from old docking button.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:51:45 +03:00
parent 57302f7bb8
commit f02c7cdda9
13 changed files with 392 additions and 82 deletions
@@ -1728,6 +1728,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; }