(43c3787ae) Refactor AIObjectiveRescue and remove ShouldInterruptSubObjective property. Not yet tested.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:40:35 +03:00
parent 7d0d669cdc
commit 42a023e811
12 changed files with 358 additions and 150 deletions
@@ -87,6 +87,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{