(eff616485) Don't show mission info in the round summary if there's no localized "mission failed" text available and there's nothing else to show. TODO: add the text to localization so this isn't needed

This commit is contained in:
Joonas Rikkonen
2019-05-16 07:03:32 +03:00
parent d03e1995bc
commit 5ff09db449
11 changed files with 195 additions and 35 deletions
@@ -965,6 +965,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{