You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: worlds/_manual/__init__.py
+4-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
6
6
from .Dataimportitem_table, progressive_item_table, location_table, region_table
7
7
from .Gameimportgame_name, filler_item_name, starting_items
8
-
from .Locationsimportlocation_id_to_name, location_name_to_id, location_name_to_location
9
-
from .Itemsimportitem_id_to_name, item_name_to_id, item_name_to_item, advancement_item_names
8
+
from .Locationsimportlocation_id_to_name, location_name_to_id, location_name_to_location, location_name_groups
9
+
from .Itemsimportitem_id_to_name, item_name_to_id, item_name_to_item, advancement_item_names, item_name_groups
10
10
11
11
from .Regionsimportcreate_regions
12
12
from .ItemsimportManualItem
@@ -57,11 +57,13 @@ class ManualWorld(World):
57
57
item_id_to_name=item_id_to_name
58
58
item_name_to_id=item_name_to_id
59
59
item_name_to_item=item_name_to_item
60
+
item_name_groups=item_name_groups
60
61
advancement_item_names=advancement_item_names
61
62
location_table=location_table# this is likely imported from Data instead of Locations because the Game Complete location should not be in here, but is used for lookups
0 commit comments