Touhou Mugakudan 3 song update. (#2659)

- Adds all the songs from the Touhou Mugakudan -Ⅲ- update. 
- Increases the upper limit of additional songs to 508 due to there being 512 songs now.
- Finally fixes umpopoff. As it was the only song that had less than 3 difficulties but also didn't have proper difficulty values
This commit is contained in:
Justus Lind
2024-01-12 08:13:39 +10:00
committed by GitHub
parent 388413fcdd
commit b6f3ccb8c5
5 changed files with 37 additions and 10 deletions

View File

@@ -328,5 +328,6 @@ class MuseDashWorld(World):
"victoryLocation": self.victory_song_name,
"deathLink": self.options.death_link.value,
"musicSheetWinCount": self.get_music_sheet_win_count(),
"gradeNeeded": self.options.grade_needed.value
"gradeNeeded": self.options.grade_needed.value,
"hasFiller": True,
}