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

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:27:16 +03:00
parent a6b592a625
commit 1cdd62360f
13 changed files with 169 additions and 277 deletions
@@ -469,6 +469,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{