Skip to content

Commit

Permalink
Update Regions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Mar 18, 2024
1 parent 540fc2d commit 017b0b2
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit 017b0b2

Please sign in to comment.