(f4fb7a3ad) Rename "automatic orders" to "autonomous objectives".

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:24:45 +03:00
parent e284e1039a
commit 9fab69663b
9 changed files with 384 additions and 73 deletions
@@ -1344,6 +1344,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; }