(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
@@ -90,6 +90,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{