diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-27 21:06:32 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-27 21:06:32 -0400 |
commit | 53e0509fcb20cc824e3fe5b3d3a826f09fc9c166 (patch) | |
tree | d83573fe2209122cc1c87d0a60ab22e6b20d4ec9 /apworld/locations.py | |
parent | b0f474bee1c8e1111f7542bf4985136d9aedf340 (diff) | |
download | lingo2-archipelago-53e0509fcb20cc824e3fe5b3d3a826f09fc9c166.tar.gz lingo2-archipelago-53e0509fcb20cc824e3fe5b3d3a826f09fc9c166.tar.bz2 lingo2-archipelago-53e0509fcb20cc824e3fe5b3d3a826f09fc9c166.zip |
Treat worldports as items for tracker only-apworld
Diffstat (limited to 'apworld/locations.py')
-rw-r--r-- | apworld/locations.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apworld/locations.py b/apworld/locations.py index 108decb..a502931 100644 --- a/apworld/locations.py +++ b/apworld/locations.py | |||
@@ -3,3 +3,5 @@ from BaseClasses import Location | |||
3 | 3 | ||
4 | class Lingo2Location(Location): | 4 | class Lingo2Location(Location): |
5 | game: str = "Lingo 2" | 5 | game: str = "Lingo 2" |
6 | |||
7 | port_id: int | ||