cleansed of NG

This commit is contained in:
Brandon
2020-11-02 15:31:28 -05:00
parent 65de93f679
commit d93ed6c7db
4 changed files with 26 additions and 3 deletions

View File

@ -820,7 +820,9 @@ class PlayState extends MusicBeatState
{
trace('SONG DONE' + isStoryMode);
#if !switch
NGio.postScore(songScore, SONG.song);
#end
if (isStoryMode)
{
@ -834,7 +836,9 @@ class PlayState extends MusicBeatState
StoryMenuState.weekUnlocked[1] = true;
#if !switch
NGio.unlockMedal(60961);
#end
FlxG.save.data.weekUnlocked = StoryMenuState.weekUnlocked;
FlxG.save.flush();