(373a0d300) Daedalic splash video, split FF & UTF videos

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:46:46 +03:00
parent 306cb77167
commit 436c5d4d73
14 changed files with 398 additions and 89 deletions
@@ -1656,6 +1656,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; }