(22b95f75c) Merge branch 'dev' of github.com:Regalis11/Barotrauma-development into dev

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:32:55 +03:00
parent 9f87239724
commit c2e039be19
12 changed files with 168 additions and 303 deletions
@@ -549,6 +549,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{