diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-18 18:50:04 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-18 18:50:04 -0400 |
| commit | c9139577e690baff59da1b1edf13ef209c00ee40 (patch) | |
| tree | 43b457907230d3734dde7ea15ecfc1be8fc359aa /data/maps/the_entry/connections.txtpb | |
| parent | 59a1f9e9c96d6ce89cffcb93e567b5ee601ed4ab (diff) | |
| download | lingo2-archipelago-c9139577e690baff59da1b1edf13ef209c00ee40.tar.gz lingo2-archipelago-c9139577e690baff59da1b1edf13ef209c00ee40.tar.bz2 lingo2-archipelago-c9139577e690baff59da1b1edf13ef209c00ee40.zip | |
Added the_repetitive
Diffstat (limited to 'data/maps/the_entry/connections.txtpb')
| -rw-r--r-- | data/maps/the_entry/connections.txtpb | 28 |
1 files changed, 27 insertions, 1 deletions
| diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 5171a76..bec0642 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb | |||
| @@ -157,4 +157,30 @@ connections { | |||
| 157 | from_room: "D Room" | 157 | from_room: "D Room" |
| 158 | to_room: "D Room Final" | 158 | to_room: "D Room Final" |
| 159 | door { name: "D Room Panels" } | 159 | door { name: "D Room Panels" } |
| 160 | } \ No newline at end of file | 160 | } |
| 161 | connections { | ||
| 162 | from_room: "Starting Room" | ||
| 163 | to_room: "Digital Entrance" | ||
| 164 | door { name: "Second Room Left Door" } | ||
| 165 | oneway: true | ||
| 166 | } | ||
| 167 | connections { | ||
| 168 | from_room: "Digital Entrance" | ||
| 169 | to_room: "Starting Room" | ||
| 170 | oneway: true | ||
| 171 | } | ||
| 172 | connections { | ||
| 173 | from_room: "Starting Room" | ||
| 174 | to_room: "Daedalus Entrance" | ||
| 175 | door { name: "Daedalus Entrance" } | ||
| 176 | } | ||
| 177 | connections { | ||
| 178 | from_room: "Starting Room" | ||
| 179 | to_room: "Composite Room Entrance" | ||
| 180 | door { name: "Composite Room Entrance" } | ||
| 181 | } | ||
| 182 | connections { | ||
| 183 | from_room: "Starting Room" | ||
| 184 | to_room: "Repetitive Entrance" | ||
| 185 | door { name: "Repetitive Entrance" } | ||
| 186 | } | ||
