Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
FORGOT SOME SHIT
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulazorua committed Jul 7, 2021
1 parent 2db864f commit cdaf247
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
Binary file modified art/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/icon64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/iconOG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions source/Cutscene.hx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ class Cutscene extends FlxSpriteGroup {

var poop:String = Highscore.formatSong(name, diff);
PlayState.SONG = Song.loadFromJson(poop, name);
PlayState.storyPlaylist=[];
PlayState.storyDifficulty=diff;
PlayState.storyWeek = week;
}else if(action.startsWith('setstory:')){
Expand Down
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3368,7 +3368,7 @@ class PlayState extends MusicBeatState
blueballs++;
if(blueballs==10){
FlxG.save.data.getResistance=true;
UnlockingItemState.unlocked.push("resistance");
UnlockingItemState.unlocking.push("resistance");
}else if(blueballs==99 && SONG.song.toLowerCase()=='last-stand'){
AchievementState.toUnlock.push("Waste of Time");
}
Expand Down

0 comments on commit cdaf247

Please sign in to comment.