We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec190f commit 1cab3efCopy full SHA for 1cab3ef
worlds/sm64ex/Options.py
@@ -117,7 +117,7 @@ class StrictMoveRequirements(DefaultOnToggle):
117
def getMoveRandomizerOption(action: str):
118
class MoveRandomizerOption(Toggle):
119
"""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."""
+ This option is incompatible with builds using a 'nomoverando' branch."""
121
display_name = f"Randomize {action}"
122
return MoveRandomizerOption
123
0 commit comments