diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 13:29:39 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 13:29:39 -0400 |
| commit | 8960e61dc612fe2c4ad5df5cdaf2abf6a7edd773 (patch) | |
| tree | c37fbef8c4219ae1be3e138dc56b4cb4ecebe16d /data/maps/the_orb/connections.txtpb | |
| parent | 907a59f52c14af709599d8da8b37285ae6794f59 (diff) | |
| download | lingo2-archipelago-8960e61dc612fe2c4ad5df5cdaf2abf6a7edd773.tar.gz lingo2-archipelago-8960e61dc612fe2c4ad5df5cdaf2abf6a7edd773.tar.bz2 lingo2-archipelago-8960e61dc612fe2c4ad5df5cdaf2abf6a7edd773.zip | |
Separate The Orb's middle port into own region
Diffstat (limited to 'data/maps/the_orb/connections.txtpb')
| -rw-r--r-- | data/maps/the_orb/connections.txtpb | 12 |
1 files changed, 11 insertions, 1 deletions
| diff --git a/data/maps/the_orb/connections.txtpb b/data/maps/the_orb/connections.txtpb index 62a7643..b902711 100644 --- a/data/maps/the_orb/connections.txtpb +++ b/data/maps/the_orb/connections.txtpb | |||
| @@ -10,10 +10,20 @@ connections { | |||
| 10 | } | 10 | } |
| 11 | connections { | 11 | connections { |
| 12 | from_room: "Main Area" | 12 | from_room: "Main Area" |
| 13 | to_room: "B Room" | 13 | to_room: "Middle Room" |
| 14 | door { name: "B Puzzles" } | 14 | door { name: "B Puzzles" } |
| 15 | } | 15 | } |
| 16 | connections { | 16 | connections { |
| 17 | from_room: "Middle Room" | ||
| 18 | to_room: "B Room" | ||
| 19 | oneway: true | ||
| 20 | } | ||
| 21 | connections { | ||
| 22 | from_room: "Middle Room" | ||
| 23 | to_room: "Main Area" | ||
| 24 | oneway: true | ||
| 25 | } | ||
| 26 | connections { | ||
| 17 | from_room: "B Room" | 27 | from_room: "B Room" |
| 18 | to_room: "Main Area" | 28 | to_room: "Main Area" |
| 19 | oneway: true | 29 | oneway: true |
