Skip to content

Commit

Permalink
Increase the max amount of songs now that we have 512 songs
Browse files Browse the repository at this point in the history
  • Loading branch information
DeamonHunter committed Dec 29, 2023
1 parent 25b6063 commit b4f0874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/musedash/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AdditionalSongs(Range):
- The final song count may be lower due to other settings.
"""
range_start = 15
range_end = 500 # Note will probably not reach this high if any other settings are done.
range_end = 508 # Note will probably not reach this high if any other settings are done.
default = 40
display_name = "Additional Song Count"

Expand Down

0 comments on commit b4f0874

Please sign in to comment.