(fc1a963c7) Double the path wait time when targeting entities.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:45:19 +03:00
parent b9cca44ce2
commit 04997cd2f3
13 changed files with 135 additions and 425 deletions
@@ -45,7 +45,7 @@ namespace Barotrauma
this.Target = target;
this.repeat = repeat;
waitUntilPathUnreachable = 1.0f;
waitUntilPathUnreachable = 2.0f;
this.getDivingGearIfNeeded = getDivingGearIfNeeded;
CalculateCloseEnough();
}