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/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apworld/__init__.py') diff --git a/apworld/__init__.py b/apworld/__init__.py index f99f5f5..8da6d1f 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py @@ -59,6 +59,8 @@ class Lingo2World(World): item_name_groups = static_logic.item_name_groups location_name_groups = static_logic.location_name_groups + for_tracker: ClassVar[bool] = False + player_logic: Lingo2PlayerLogic port_pairings: dict[int, int] -- cgit 1.4.1