From 2a3916c1c58e033b06042d5d5413ea85cd94babf Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 6 Feb 2026 13:43:45 -0500 Subject: Add shuffle_fast_travel and fast_travel_access to apworld --- 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 5bad63e..ff1da66 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py @@ -140,6 +140,7 @@ class Lingo2World(World): "enable_gift_maps", "enable_icarus", "endings_requirement", + "fast_travel_access", "keyholder_sanity", "masteries_requirement", "shuffle_control_center_colors", @@ -155,6 +156,7 @@ class Lingo2World(World): slot_data: dict[str, object] = { **self.options.as_dict(*slot_options), + "rte": [self.static_logic.objects.maps[map_id].name for map_id in self.player_logic.rte_mapping], "version": self.static_logic.get_data_version(), } -- cgit 1.4.1