(2b36813ef) Added Back button to submarine editor

This commit is contained in:
Joonas Rikkonen
2019-04-05 16:19:07 +03:00
parent 8f42801c7a
commit 161f725778
7 changed files with 116 additions and 43 deletions
@@ -80,7 +80,6 @@ namespace Barotrauma.Items.Components
}
}
item.IsShootable = true;
// TODO: should define this in xml if we have repair tools that don't require aim to use
item.RequireAimToUse = true;
InitProjSpecific(element);
}