mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-22 02:32:01 +00:00
fix level order
This commit is contained in:
parent
e738bf7c97
commit
7059a63ab8
3 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue