(92fc1380e) Allow interacting with items inside outposts (only prevent deattaching items from walls)

This commit is contained in:
Joonas Rikkonen
2019-05-03 13:48:15 +03:00
parent 088f7e5485
commit 8d3a48584b
5 changed files with 261 additions and 35 deletions
@@ -68,6 +68,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;