(54f876598) Fixed: Invalid identifier for the Terminate a Swarm mission

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:03:34 +03:00
parent a469dad251
commit 392040c29c
11 changed files with 387 additions and 86 deletions
@@ -138,6 +138,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{