Skip to content

Commit

Permalink
Fix Triforce Pieces Required description
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchav committed Jan 30, 2024
1 parent 6aab21c commit 1ee2221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/alttp/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ class TriforcePiecesAvailable(Range):


class TriforcePiecesRequired(Range):
"""Set to how many extra triforces pieces are available to collect in the world."""
"""Set to how many out of X triforce pieces you need to win the game in a triforce hunt.
Default is 20. Max is 90, Min is 1."""
display_name = "Triforce Pieces Required"
range_start = 1
range_end = 90
Expand Down

0 comments on commit 1ee2221

Please sign in to comment.