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

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:39:48 +03:00
parent 5a4f50cfd2
commit 4690c441e3
12 changed files with 166 additions and 311 deletions
@@ -645,6 +645,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{