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

Charles Spurrill 2012-11-06 16:38:12 -08:00
parent 2b10141a4e
commit 8b9b891abe
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;
}