(46356bbf0) Fix bots reporting incorrectly that there is no targets.

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:20:20 +03:00
parent cb0a1dc681
commit aac2aaae8b
13 changed files with 159 additions and 305 deletions
@@ -374,6 +374,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{