(66e6d897c) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:55:07 +03:00
parent 0bb541bce8
commit 093f4ce8a6
12 changed files with 391 additions and 96 deletions
@@ -130,6 +130,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{