Skip to content

Commit

Permalink
Merge pull request #394 from tanjo3/hint-importance
Browse files Browse the repository at this point in the history
Add "Hint Importance" option
  • Loading branch information
LagoLunatic authored Jul 5, 2024
2 parents 023d614 + 5e5a7b2 commit 8cf6ba3
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 37 deletions.
5 changes: 5 additions & 0 deletions options/wwrando_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,11 @@ class Options(BaseOptions):
default=False,
description="When this option is selected, certain locations that are out of the way and time-consuming to complete will take precedence over normal location hints.",
)
hint_importance: bool = option(
default=False,
description="When this option is selected, item and location hints will also indicate if the hinted item is required, possibly required, or not required.<br>"
"Only progress items will have these additions; non-progress items are trivially not required."
)
#endregion

#region Tweaks
Expand Down
1 change: 1 addition & 0 deletions randomizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"num_item_hints",
"cryptic_hints",
"prioritize_remote_hints",
"hint_importance",
"do_not_generate_spoiler_log",
]

Expand Down
Loading

0 comments on commit 8cf6ba3

Please sign in to comment.