diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-21 08:58:21 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-21 08:58:21 -0400 |
| commit | addcf1712c66e7b058c87ac4342bd08685d6c6aa (patch) | |
| tree | 9c0582db12583f3a5e754006c6ffab17726c516c /data/maps/the_bearer/connections.txtpb | |
| parent | a5ccb21fcd037f5675a7c7209884be92d383a159 (diff) | |
| download | lingo2-archipelago-addcf1712c66e7b058c87ac4342bd08685d6c6aa.tar.gz lingo2-archipelago-addcf1712c66e7b058c87ac4342bd08685d6c6aa.tar.bz2 lingo2-archipelago-addcf1712c66e7b058c87ac4342bd08685d6c6aa.zip | |
Fixed a couple of missing connections
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 8f38791..23410f0 100644 --- a/data/maps/the_bearer/connections.txtpb +++ b/data/maps/the_bearer/connections.txtpb | |||
| @@ -34,6 +34,11 @@ connections { | |||
| 34 | door { name: "Planet Orange -> Red" } | 34 | door { name: "Planet Orange -> Red" } |
| 35 | } | 35 | } |
| 36 | connections { | 36 | connections { |
| 37 | from_room: "Red Planet" | ||
| 38 | to_room: "Red Town" | ||
| 39 | door { name: "Red Planet -> Town" } | ||
| 40 | } | ||
| 41 | connections { | ||
| 37 | from_room: "Yellow Planet" | 42 | from_room: "Yellow Planet" |
| 38 | to_room: "Green Planet" | 43 | to_room: "Green Planet" |
| 39 | door { name: "Planet Yellow -> Green" } | 44 | door { name: "Planet Yellow -> Green" } |
