From 99191f3aa87b2362516971c1fdd64d21b16f87b7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 29 Sep 2025 12:31:01 -0400 Subject: Show when goal is reachable in tracker --- apworld/locations.py | 1 + 1 file changed, 1 insertion(+) (limited to 'apworld/locations.py') diff --git a/apworld/locations.py b/apworld/locations.py index a502931..3d619dc 100644 --- a/apworld/locations.py +++ b/apworld/locations.py @@ -5,3 +5,4 @@ class Lingo2Location(Location): game: str = "Lingo 2" port_id: int + goal: bool -- cgit 1.4.1