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

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:55:26 +03:00
parent 106c61ca9a
commit 5435adc9b4
16 changed files with 218 additions and 112 deletions
@@ -857,6 +857,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{