about summary refs log tree commit diff stats
path: root/apworld/__init__.py
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-08 22:10:28 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-08 22:10:28 -0400
commit7a5d9d53da0b1c56a272dcfd535800e92dfd2e0b (patch)
tree6e8017a346e84d8c6c3f39102e9dca269f187869 /apworld/__init__.py
parent52318e66adcb514d9d13c77640ca42e99ba7c20b (diff)
downloadlingo2-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__.py2
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