(73c1e1df5) Made legacy items translatable, added aliases to legacy items to prevent them from breaking when using a language other than English (legacy items are searched for based on name, so we need to have the English name as an alias)

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:07:51 +03:00
parent db4e3a6725
commit 8354c808d4
11 changed files with 238 additions and 257 deletions
@@ -398,6 +398,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;