Tutorial 4 leads to Tutorial 5 on completion, as per the others

stable-5.3
Charles Spurrill 2012-11-06 16:38:12 -08:00
parent 8a2ac6091b
commit ea1de6bf28
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ protected func Initialize()
chest->CreateContents(Club);
// Dialogue options -> repeat round.
SetNextMission("Tutorial.ocf\\Tutorial04.ocs", "$MsgRepeatRound$", "$MsgRepeatRoundDesc$");
SetNextMission("Tutorial.ocf\\Tutorial05.ocs", "$MsgNextTutorial$", "$MsgRepeatRoundDesc$");
return;
}