From 7a5d9d53da0b1c56a272dcfd535800e92dfd2e0b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 8 Sep 2025 22:10:28 -0400 Subject: [Apworld] Added item/location groups --- apworld/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apworld/__init__.py') 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): static_logic = Lingo2StaticLogic() item_name_to_id = static_logic.item_name_to_id location_name_to_id = static_logic.location_name_to_id + item_name_groups = static_logic.item_name_groups + location_name_groups = static_logic.location_name_groups player_logic: Lingo2PlayerLogic -- cgit 1.4.1