Skip to content

Commit

Permalink
Include triforce pieces in major item hints
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkirby committed Oct 27, 2024
1 parent aebaf1d commit 3e9cc8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -1152,8 +1152,6 @@ def get_important_check_hint(spoiler: Spoiler, world: World, checked: set[str])
if (location.item.majoritem
# exclude locked items
and not location.locked
# exclude triforce pieces as it defeats the idea of a triforce hunt
and not location.item.name == 'Triforce Piece'
and not (location.name == 'Song from Impa' and 'Zeldas Letter' in world.settings.starting_items and 'Zeldas Letter' not in world.settings.shuffle_child_trade)
# Special cases where the item is only considered major for important checks hints
or location.item.name == 'Biggoron Sword'
Expand Down

0 comments on commit 3e9cc8d

Please sign in to comment.