(073c09b0f) Don't allow signals to deactivate Repairables (made it impossible to fix hatches on some vanilla subs because the signals kept the Repairable inactive, preventing the repair state from being updated)

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:40:06 +03:00
parent 836acc0814
commit 1e666a5a0d
4 changed files with 66 additions and 216 deletions
@@ -230,6 +230,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;