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

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:37:45 +03:00
parent 17f036e587
commit 5e8800c1e1
11 changed files with 418 additions and 53 deletions
@@ -617,6 +617,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{