diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-11 20:08:32 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-11 20:08:32 -0400 |
commit | fcfefe57d9d0b9d8eb3e149e68605103a9e6b490 (patch) | |
tree | 415058cc3361727390c4d92ad367ec8c59350974 /data/maps/the_bearer/connections.txtpb | |
parent | 6ba1787f7229125affbf12a94c4ddfb6b2e132b8 (diff) | |
download | lingo2-archipelago-fcfefe57d9d0b9d8eb3e149e68605103a9e6b490.tar.gz lingo2-archipelago-fcfefe57d9d0b9d8eb3e149e68605103a9e6b490.tar.bz2 lingo2-archipelago-fcfefe57d9d0b9d8eb3e149e68605103a9e6b490.zip |
[Data] Fixed connection target required door logic bugs
Diffstat (limited to 'data/maps/the_bearer/connections.txtpb')
-rw-r--r-- | data/maps/the_bearer/connections.txtpb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/maps/the_bearer/connections.txtpb b/data/maps/the_bearer/connections.txtpb index 23410f0..ba14d83 100644 --- a/data/maps/the_bearer/connections.txtpb +++ b/data/maps/the_bearer/connections.txtpb | |||
@@ -263,3 +263,8 @@ connections { | |||
263 | to_room: "Butterfly Room" | 263 | to_room: "Butterfly Room" |
264 | door { name: "Butterfly Entrance" } | 264 | door { name: "Butterfly Entrance" } |
265 | } | 265 | } |
266 | connections { | ||
267 | from_room: "Back Area" | ||
268 | to_room: "Tree Entrance" | ||
269 | door { name: "Control Center Brown Door" } | ||
270 | } | ||