exploit fixin

This commit is contained in:
Cameron Taylor
2020-12-04 12:36:28 -05:00
parent f393070e5c
commit 301c6cddc6
3 changed files with 8 additions and 8 deletions

View File

@ -872,10 +872,14 @@ class PlayState extends MusicBeatState
FlxG.switchState(new StoryMenuState());
// if ()
StoryMenuState.weekUnlocked[2] = true;
NGio.unlockMedal(60961);
Highscore.saveWeekScore(storyWeek, campaignScore, storyDifficulty);
if (SONG.validScore)
{
NGio.unlockMedal(60961);
Highscore.saveWeekScore(storyWeek, campaignScore, storyDifficulty);
}
FlxG.save.data.weekUnlocked = StoryMenuState.weekUnlocked;
FlxG.save.flush();