Skip to content

Commit 1cab3ef

Browse files
committed
Simplified Move Randomizer option description.
1 parent 2ec190f commit 1cab3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/sm64ex/Options.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class StrictMoveRequirements(DefaultOnToggle):
117117
def getMoveRandomizerOption(action: str):
118118
class MoveRandomizerOption(Toggle):
119119
"""Mario is unable to perform this action until a corresponding item is picked up.
120-
If Mario 64 is built with an alternative "nomoverando" branch, this option will not affect Mario."""
120+
This option is incompatible with builds using a 'nomoverando' branch."""
121121
display_name = f"Randomize {action}"
122122
return MoveRandomizerOption
123123

0 commit comments

Comments
 (0)