(943a1e25b) Report all visible hulls, but add a dialogue line and icon only for current hull.

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:50:42 +03:00
parent 437465690b
commit 1e41ed6b63
12 changed files with 484 additions and 101 deletions
@@ -793,6 +793,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{