(d4abdd937) Fix security officers fleeing from the enemy and others ignoring them until attacked :D

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:35:47 +03:00
parent 14e894cbc8
commit 5ba3c802ea
12 changed files with 269 additions and 245 deletions
@@ -108,6 +108,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{