From b0f474bee1c8e1111f7542bf4985136d9aedf340 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 27 Sep 2025 17:14:40 -0400 Subject: Treat local letters as items for tracker Local letters are now synced with datastorage, so they transfer to other computers like regular items would, and the tracker also now waits until you collect local letters before showing what they give you in logic. --- apworld/static_logic.py | 1 + 1 file changed, 1 insertion(+) (limited to 'apworld/static_logic.py') diff --git a/apworld/static_logic.py b/apworld/static_logic.py index e4d7d49..ef70b58 100644 --- a/apworld/static_logic.py +++ b/apworld/static_logic.py @@ -2,6 +2,7 @@ from .generated import data_pb2 as data_pb2 from .items import SYMBOL_ITEMS, ANTI_COLLECTABLE_TRAPS import pkgutil + class Lingo2StaticLogic: item_id_to_name: dict[int, str] location_id_to_name: dict[int, str] -- cgit 1.4.1