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

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:36:01 +03:00
parent 420a673653
commit a8b1da225b
11 changed files with 415 additions and 83 deletions
@@ -593,6 +593,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{