diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-29 12:31:01 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-29 12:31:01 -0400 |
commit | 99191f3aa87b2362516971c1fdd64d21b16f87b7 (patch) | |
tree | 336a0fff582e0709f7cc60b3e46fff5f10d6b649 /apworld/locations.py | |
parent | 91f829a193b9fd7686bd401bc0704f26bf75dafc (diff) | |
download | lingo2-archipelago-99191f3aa87b2362516971c1fdd64d21b16f87b7.tar.gz lingo2-archipelago-99191f3aa87b2362516971c1fdd64d21b16f87b7.tar.bz2 lingo2-archipelago-99191f3aa87b2362516971c1fdd64d21b16f87b7.zip |
Show when goal is reachable in tracker
Diffstat (limited to 'apworld/locations.py')
-rw-r--r-- | apworld/locations.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): | |||
5 | game: str = "Lingo 2" | 5 | game: str = "Lingo 2" |
6 | 6 | ||
7 | port_id: int | 7 | port_id: int |
8 | goal: bool | ||