(224725392) fixed default state of a few emergency pumps.

This commit is contained in:
Joonas Rikkonen
2019-04-25 18:12:55 +03:00
parent 46ae95ab42
commit 03797df87b
12 changed files with 25 additions and 85 deletions
@@ -259,7 +259,7 @@ namespace Barotrauma.Items.Components
int clockDir = (int)Math.Round((angle / MathHelper.TwoPi) * 12);
if (clockDir == 0) clockDir = 12;
return TextManager.Get("roomname.subdiroclock").Replace("[dir]", clockDir.ToString());
return TextManager.Get("SubDirOClock").Replace("[dir]", clockDir.ToString());
}
private Vector2 GetTransducerCenter()