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_darkroom/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_darkroom/connections.txtpb')
-rw-r--r-- | data/maps/the_darkroom/connections.txtpb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb index 87e9b0e..1b7ad05 100644 --- a/data/maps/the_darkroom/connections.txtpb +++ b/data/maps/the_darkroom/connections.txtpb | |||
@@ -38,3 +38,13 @@ connections { | |||
38 | to_room: "Cyan Hallway" | 38 | to_room: "Cyan Hallway" |
39 | door { name: "Colorful Entrance" } | 39 | door { name: "Colorful Entrance" } |
40 | } | 40 | } |
41 | connections { | ||
42 | from_room: "Second Room" | ||
43 | to_room: "Congruent Entrance" | ||
44 | door { name: "Congruent Entrance" } | ||
45 | } | ||
46 | connections { | ||
47 | from_room: "First Room" | ||
48 | to_room: "Double Sided Entrance" | ||
49 | door { name: "Double Sided Entrance" } | ||
50 | } | ||