Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HF Deku Scrub Location Hint Text #2281

Open
wants to merge 2 commits into
base: Dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HintList.py
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ def tokens_required_by_settings(world: World) -> int:
'HF Southeast Grotto': ("a #generic grotto#", None, 'region'),
'KF Storms Grotto': ("a #generic grotto#", None, 'region'),
'LW Near Shortcuts Grotto': ("a #generic grotto#", None, 'region'),
'HF Inside Fence Grotto': ("a #single Upgrade Deku Scrub#", None, 'region'),
'HF Inside Fence Grotto': ("a #lonely Deku Scrub#", None, 'region'),
'LW Scrubs Grotto': ("#2 Deku Scrubs# including an Upgrade one", None, 'region'),
'Colossus Grotto': ("2 Deku Scrubs", None, 'region'),
'ZR Storms Grotto': ("2 Deku Scrubs", None, 'region'),
Expand Down
Loading