(12cfc8a35) Fixed doctor tutorial attempting to find the Doctor job based on the name instead of identifier

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:45:02 +03:00
parent 3b5ae37a1a
commit 08ade4a262
10 changed files with 122 additions and 319 deletions
@@ -658,6 +658,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;