diff --git a/source/FreeplayState.hx b/source/FreeplayState.hx index a98c1d8a5..bb1cc5c6f 100644 --- a/source/FreeplayState.hx +++ b/source/FreeplayState.hx @@ -8,7 +8,7 @@ import flixel.text.FlxText; class FreeplayState extends MusicBeatState { - var songs:Array = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial", "Spookeez", "South", "Monster"]; + var songs:Array = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial"]; var selector:FlxText; var curSelected:Int = 0; @@ -17,6 +17,12 @@ class FreeplayState extends MusicBeatState override function create() { + if (StoryMenuState.weekUnlocked[1]) + { + songs.push('Spookeez'); + songs.push('South'); + } + // LOAD MUSIC // LOAD CHARACTERS