From 53e0509fcb20cc824e3fe5b3d3a826f09fc9c166 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 27 Sep 2025 21:06:32 -0400 Subject: Treat worldports as items for tracker --- apworld/locations.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apworld/locations.py') 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 class Lingo2Location(Location): game: str = "Lingo 2" + + port_id: int -- cgit 1.4.1