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

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:30:59 +03:00
parent 4d3e3ca0a2
commit 4fa3d8e41a
12 changed files with 401 additions and 110 deletions
@@ -521,6 +521,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{