Replaced usages of "shift" with "round" for consistency
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Barotrauma.Tutorials
|
||||
GameMain.GameSession = new GameSession(Submarine.MainSub, "", GameModePreset.list.Find(gm => gm.Name.ToLowerInvariant() == "tutorial"));
|
||||
(GameMain.GameSession.gameMode as TutorialMode).tutorialType = this;
|
||||
|
||||
GameMain.GameSession.StartShift("tuto");
|
||||
GameMain.GameSession.StartRound("tuto");
|
||||
|
||||
GameMain.GameSession.TaskManager.Events.Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user