From c0c5431800d0306d01814e9902566c9b4fc9220b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 17:18:47 -0400 Subject: Assign AP IDs to doors and panels --- apworld/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apworld/__init__.py') diff --git a/apworld/__init__.py b/apworld/__init__.py index 013910e..1544c7b 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py @@ -25,10 +25,10 @@ class Lingo2World(World): options_dataclass = Lingo2Options options: Lingo2Options - item_name_to_id = {} - location_name_to_id = {} - static_logic = Lingo2StaticLogic() + item_name_to_id = static_logic.item_name_to_id + location_name_to_id = static_logic.location_name_to_id + player_logic: Lingo2PlayerLogic def generate_early(self): -- cgit 1.4.1