fix level order

This commit is contained in:
RandomityGuy 2023-02-05 22:04:22 +05:30
parent e738bf7c97
commit 7059a63ab8
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ new SimGroup(MissionGroup) {
desc = "You need to take both the high road and the low road to collect both of the gems.";
name = "Take the High Road";
startHelpText = "You need to take both the high road and the low road to collect both of the gems.";
level = "13";
level = "14";
type = "Intermediate";
artist = "Kevin Ryan";
time = "90000";

View file

@ -6,7 +6,7 @@ new SimGroup(MissionGroup) {
name = "Hop Skip and a Jump";
desc = "Master your aerial skills!";
type = "Intermediate";
level = "12";
level = "13";
artist = "Alex Swanson";
goldTime = "12000";
};

View file

@ -6,7 +6,7 @@ new SimGroup(MissionGroup) {
goldTime = "28000";
desc = "Surf the waves to collect all the gems before time runs out!";
startHelpText = "Grab all the gems!";
level = "20";
level = "21";
name = "The Wave";
type = "intermediate";
artist = "Kevin Ryan";