cleansed of NG
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user