(f2c7469a6) Workarounds to missing label translations: use "High pressure" for the "WARNING: High pressure" label in the tutorial outpost, use "Warning" and "Reactor temp." for "Reactor temp caution". Also made the labels a little larger to accommodate longer words in some of the translations.

This commit is contained in:
Joonas Rikkonen
2019-05-16 07:04:47 +03:00
parent ce05d50a2b
commit 5438a65852
12 changed files with 64 additions and 177 deletions
@@ -981,6 +981,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{