Skip to content

Commit

Permalink
Move a tutorial message talking about technology into a better tutori…
Browse files Browse the repository at this point in the history
…al state.
  • Loading branch information
KJeff01 committed Jun 13, 2019
1 parent d79c2a3 commit f41f78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/base/script/tutorial.js
Expand Up @@ -36,8 +36,8 @@ function setUpConsoleAndAudioVar()
{"audio": "tut10.ogg", "clear": false, "message": _("To increase your build rate, select your second truck"), "state": 5, "wait": 0},
{"audio": "tut11.ogg", "clear": false, "message": _("Now left click the power generator site"), "state": 6, "wait": 2},
{"audio": "tut12.ogg", "clear": false, "message": _("The other truck will now help to build the power generator"), "state": 7, "wait": 2},
{"audio": "tut13.ogg", "clear": true, "message": _("During missions you need to locate and recover technologies from before the Collapse"), "state": 7, "wait": 3},
//==PART TWO== Power Station has been built, by whatever means
{"audio": "tut13.ogg", "clear": true, "message": _("During missions you need to locate and recover technologies from before the Collapse"), "state": 8, "wait": 3},
{"audio": "tut15.ogg", "clear": false, "message": _("Use a truck to search for the artifact indicated by the radar pulse"), "state": 8, "wait": 3, "func": "addTheArtifact"},
{"audio": "tut16.ogg", "clear": false, "message": _("Move the pointer over the artifact and left click to recover it"), "state": 8, "wait": 4},
{"audio": "tut17.ogg", "clear": false, "message": undefined, "state": 8, "wait": 3},
Expand Down

0 comments on commit f41f78a

Please sign in to comment.