diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 15:28:40 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 15:28:40 -0400 |
commit | bcf503855107404ab3c8e0a7edd750c2720f8024 (patch) | |
tree | e3b9b98ac0e288fdf9135c161c525392e824191f /apworld/regions.py | |
parent | d77c73397b684faa55f0e95484ac89ca68bde1ad (diff) | |
download | lingo2-archipelago-bcf503855107404ab3c8e0a7edd750c2720f8024.tar.gz lingo2-archipelago-bcf503855107404ab3c8e0a7edd750c2720f8024.tar.bz2 lingo2-archipelago-bcf503855107404ab3c8e0a7edd750c2720f8024.zip |
Maps have display names now
Also added endings to the apworld.
Diffstat (limited to 'apworld/regions.py')
-rw-r--r-- | apworld/regions.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"): | |||
30 | region = create_region(room, world) | 30 | region = create_region(room, world) |
31 | regions[region.name] = region | 31 | regions[region.name] = region |
32 | 32 | ||
33 | regions["Menu"].connect(regions["the_entry - Starting Room"], "Start Game") | 33 | regions["Menu"].connect(regions["The Entry - Starting Room"], "Start Game") |
34 | 34 | ||
35 | # TODO: The requirements of the opposite trigger also matter. | 35 | # TODO: The requirements of the opposite trigger also matter. |
36 | for connection in world.static_logic.objects.connections: | 36 | for connection in world.static_logic.objects.connections: |