(0792e9b34) Option to ignore item requirements in the sub editor. Items can now be placed to secure cabinets and crates in character mode without having to spawn an ID Card in the inventory first.

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:33:42 +03:00
parent 950d4f9d27
commit 5868b1da41
5 changed files with 58 additions and 316 deletions
@@ -186,6 +186,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;