Skip to content

Commit

Permalink
Minor Change
Browse files Browse the repository at this point in the history
Minor Change
  • Loading branch information
GodlFire committed Jul 11, 2024
1 parent f3c979f commit 944c416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions worlds/shivers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ class ShiversWorld(World):
Shivers is a horror themed point and click adventure. Explore the mysteries of Windlenot's Museum of the Strange and Unusual.
"""

pot_completed_list: list[...]

game: str = "Shivers"
game = "Shivers"
topology_present = False
web = ShiversWeb()
options_dataclass = ShiversOptions
Expand All @@ -33,6 +31,8 @@ class ShiversWorld(World):
item_name_to_id = {name: data.code for name, data in item_table.items()}
location_name_to_id = Constants.location_name_to_id
shivers_item_id_offset = 27000
pot_completed_list: list[...]


def generate_early(self):
self.pot_completed_list = []
Expand Down

0 comments on commit 944c416

Please sign in to comment.