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

Commit

Permalink
fixed achievemnts
Browse files Browse the repository at this point in the history
  • Loading branch information
Theoyeah committed Nov 27, 2022
1 parent 077f1b9 commit 6a8af3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5860,7 +5860,7 @@ class PlayState extends MusicBeatState
{
if (weekName.contains('week')) // simplified
{
if (achievementName == weekName + '_nomiss' && daDifficult && campaignMisses < 1)
if (achievementName == weekName + '_nomiss' && daDifficult && campaignMisses < 1 && storyPlaylist.length <= 1 )
unlock = true;
}
else
Expand Down

0 comments on commit 6a8af3b

Please sign in to comment.