(4b2d4213d) tweaks and fixes, part 777

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:56:53 +03:00
parent 0cb7c1a5f7
commit a4b0a9abc9
12 changed files with 145 additions and 41 deletions
@@ -877,6 +877,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{