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 Regions.py #3

Merged
merged 1 commit into from
Mar 18, 2024
Merged
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
16 changes: 8 additions & 8 deletions worlds/khrecom/Regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,15 +327,15 @@ def create_regions(multiworld: MultiWorld, player: int, options):
regions["Traverse Town"].locations.append("Starting Checks (Sleight Blizzara)")
regions["Traverse Town"].locations.append("Starting Checks (Sleight Cura)")
regions["Traverse Town"].locations.append("Starting Checks (Sleight Curaga)")
regions["Traverse Town"].locations.append("Starting Checks (Sleight Goofy Smash)")
regions["Traverse Town"].locations.append("Starting Checks (Sleight Goofy Tornado LV2)")
regions["Traverse Town"].locations.append("Starting Checks (Sleight Goofy Tornado LV3)")
regions["Traverse Town"].locations.append("Starting Checks (Sleight Magic LV2)")
regions["Traverse Town"].locations.append("Starting Checks (Sleight Magic LV3)")
regions["Traverse Town"].locations.append("Starting Checks (Sleight Wild Crush)")
regions["Traverse Town"].locations.append("Pick Up Goofy In Battle (Sleight Goofy Smash)")
regions["Traverse Town"].locations.append("Pick Up Goofy In Battle (Sleight Goofy Tornado LV2)")
regions["Traverse Town"].locations.append("Pick Up Goofy In Battle (Sleight Goofy Tornado LV3)")
regions["Traverse Town"].locations.append("Pick Up Donald In Battle (Sleight Magic LV2)")
regions["Traverse Town"].locations.append("Pick Up Donald In Battle (Sleight Magic LV3)")
regions["Traverse Town"].locations.append("Pick Up Goofy In Battle (Sleight Wild Crush)")
if options.checks_behind_leon:
regions["Traverse Town"].locations.append("Traverse Town Room of Beginnings (Sleight Lucky Bounty LV2)")
regions["Traverse Town"].locations.append("Traverse Town Room of Beginnings (Sleight Lucky Bounty LV3)")
regions["Traverse Town"].locations.append("Pick Up Pluto In Battle (Sleight Lucky Bounty LV2)")
regions["Traverse Town"].locations.append("Pick Up Pluto In Battle (Sleight Lucky Bounty LV3)")
regions["Traverse Town"].locations.append("Traverse Town Room of Beginnings (Sleight Proud Roar LV2)")
regions["Traverse Town"].locations.append("Traverse Town Room of Beginnings (Sleight Proud Roar LV3)")
regions["Twilight Town"].locations.append("Twilight Town Bounty (Sleight Warpinator)")
Expand Down
Loading