Skip to content

Commit

Permalink
Update options.py
Browse files Browse the repository at this point in the history
default to metroids having randomized checks
  • Loading branch information
Ehseezed committed Mar 5, 2024
1 parent 9c0f717 commit 778f01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/am2r/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class MetroidsRequired(Range):
class MetroidsAreChecks(Choice):
"""Have each of the 46 non lab Metroids be treated as locations"""
display_name = "Metroids are Checks"
default = 0
default = 2
option_disabled = 0
option_exclude_A6 = 1
option_include_A6 = 2
Expand Down

0 comments on commit 778f01b

Please sign in to comment.