From 3e9cc8dc1ff57294ab0870c8ffd3e7821863241f Mon Sep 17 00:00:00 2001 From: Xopar Date: Sun, 27 Oct 2024 18:50:57 -0500 Subject: [PATCH] Include triforce pieces in major item hints --- Hints.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Hints.py b/Hints.py index 1ea2bf9d9..af3fbfacf 100644 --- a/Hints.py +++ b/Hints.py @@ -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'