diff options
Diffstat (limited to 'apworld/__init__.py')
-rw-r--r-- | apworld/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apworld/__init__.py b/apworld/__init__.py index c45e8b3..d05bd38 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py | |||
@@ -32,6 +32,8 @@ class Lingo2World(World): | |||
32 | static_logic = Lingo2StaticLogic() | 32 | static_logic = Lingo2StaticLogic() |
33 | item_name_to_id = static_logic.item_name_to_id | 33 | item_name_to_id = static_logic.item_name_to_id |
34 | location_name_to_id = static_logic.location_name_to_id | 34 | location_name_to_id = static_logic.location_name_to_id |
35 | item_name_groups = static_logic.item_name_groups | ||
36 | location_name_groups = static_logic.location_name_groups | ||
35 | 37 | ||
36 | player_logic: Lingo2PlayerLogic | 38 | player_logic: Lingo2PlayerLogic |
37 | 39 | ||