Skip to content

Commit

Permalink
changing TotalLocations range_end breaks the game
Browse files Browse the repository at this point in the history
  • Loading branch information
kindasneaki committed Jan 1, 2023
1 parent 3b0f9f7 commit d537eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/ror2/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TotalLocations(Range):
"""Classic Mode: Number of location checks which are added to the Risk of Rain playthrough."""
display_name = "Total Locations"
range_start = 40
range_end = 300
range_end = 250
default = 40

class ChestsPerEnvironment(Range):
Expand Down

0 comments on commit d537eb9

Please sign in to comment.