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

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:56:01 +03:00
parent f38aa90847
commit 89dc85adce
16 changed files with 227 additions and 83 deletions
@@ -865,6 +865,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{