(ec7e0c3d1) Take stuck and open doors into account when evaluating path access.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:28:07 +03:00
parent 3bce90251a
commit b628abbf7d
9 changed files with 343 additions and 80 deletions
@@ -116,6 +116,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;