From bcf503855107404ab3c8e0a7edd750c2720f8024 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 15:28:40 -0400 Subject: Maps have display names now Also added endings to the apworld. --- apworld/regions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apworld/regions.py') diff --git a/apworld/regions.py b/apworld/regions.py index 14fcaac..1c8e672 100644 --- a/apworld/regions.py +++ b/apworld/regions.py @@ -30,7 +30,7 @@ def create_regions(world: "Lingo2World"): region = create_region(room, world) regions[region.name] = region - regions["Menu"].connect(regions["the_entry - Starting Room"], "Start Game") + regions["Menu"].connect(regions["The Entry - Starting Room"], "Start Game") # TODO: The requirements of the opposite trigger also matter. for connection in world.static_logic.objects.connections: -- cgit 1.4.1