(e326112f5) Increased discharge coil sound range and added camera shake to make it more noticeable when it's used

This commit is contained in:
Joonas Rikkonen
2019-04-06 17:49:18 +03:00
parent ea463acc60
commit 45c1ed499a
18 changed files with 190 additions and 357 deletions
@@ -161,7 +161,7 @@ namespace Barotrauma
private void OperateRepairTool(float deltaTime)
{
character.CursorPosition = Item.Position;
if (repairTool.Item.RequireAimToUse)
if (Item.RequireAimToUse)
{
character.SetInput(InputType.Aim, false, true);
}