(7da87677c) tweaks and fixes

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:29:49 +03:00
parent 2ac3f597ca
commit e074a5bf73
12 changed files with 331 additions and 115 deletions
@@ -505,6 +505,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{