Skip to content

Commit

Permalink
KeyError fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCat45 committed Aug 30, 2023
1 parent 2b44619 commit 0dc211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/ahit/Locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def get_tasksanity_start_id() -> int:
hookshot=True,
required_hats=[HatType.ICE, HatType.BREWING]),

"Act Completion (Rumbi Factory)": LocData(312736, "Time Rift - Rumbi Factory", dlc_flags=HatDLC.dlc2),
"Act Completion (Time Rift - Rumbi Factory)": LocData(312736, "Time Rift - Rumbi Factory", dlc_flags=HatDLC.dlc2),
}

storybook_pages = {
Expand Down

0 comments on commit 0dc211f

Please sign in to comment.