(8e98e6343) Add and implement new clown gear.

This commit is contained in:
Joonas Rikkonen
2019-04-25 18:13:47 +03:00
parent 07b937ca90
commit eb7ac2bfbe
13 changed files with 44 additions and 94 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()