Skip to content

Commit

Permalink
Remove UT Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrungip committed Oct 5, 2024
1 parent d1d745e commit 113fa3e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions worlds/shadow_the_hedgehog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,6 @@ def generate_early(self):

options = self.options

# if hasattr(self.multiworld, "re_gen_passthrough"):
# if "Shadow the Hedgehog" in self.multiworld.re_gen_passthrough:
# passthrough = self.multiworld.re_gen_passthrough["Shadow the Hedgehog"]
# self.first_regions = passthrough["first_levels"]

# def interpret_slot_data(self, slot_data: Dict[str, Any]) -> Dict[str, Any]:
# self.first_regions = slot_data["first_levels"]

def create_regions(self):
regions = Regions.create_regions(self)
Locations.create_locations(regions, self.player)
Expand Down

0 comments on commit 113fa3e

Please sign in to comment.