diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 22:10:28 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 22:10:28 -0400 |
commit | 7a5d9d53da0b1c56a272dcfd535800e92dfd2e0b (patch) | |
tree | 6e8017a346e84d8c6c3f39102e9dca269f187869 /apworld/__init__.py | |
parent | 52318e66adcb514d9d13c77640ca42e99ba7c20b (diff) | |
download | lingo2-archipelago-7a5d9d53da0b1c56a272dcfd535800e92dfd2e0b.tar.gz lingo2-archipelago-7a5d9d53da0b1c56a272dcfd535800e92dfd2e0b.tar.bz2 lingo2-archipelago-7a5d9d53da0b1c56a272dcfd535800e92dfd2e0b.zip |
[Apworld] Added item/location groups
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 | ||