(fbc73e63c) Fixed depth/scaling issues on Typhon

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:53:55 +03:00
parent dbc35568cd
commit 7c2c31d8d8
16 changed files with 115 additions and 182 deletions
@@ -837,6 +837,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{