(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
@@ -789,10 +789,6 @@ namespace Barotrauma
GUI.Draw(Cam, spriteBatch);
spriteBatch.Begin(SpriteSortMode.Deferred, null, null, null, GameMain.ScissorTestEnable);
GUI.Draw(Cam, spriteBatch);
GUI.Draw(Cam, spriteBatch);
#if DEBUG