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

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:10:58 +03:00
parent 35cea7ae25
commit 5709b505d6
11 changed files with 330 additions and 115 deletions
@@ -242,6 +242,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{