summary refs log tree commit diff stats
path: root/data/maps/the_owl/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-30 14:56:33 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-30 14:56:33 -0400
commit5a89a4baf8984d0d4dab3799f8177f8e293b7317 (patch)
treeb62f48e9a39cf6b090a239a54d712ec57ce9f600 /data/maps/the_owl/connections.txtpb
parentd2bc5b2811171685e8bdc895122987b53defcf0a (diff)
downloadlingo2-archipelago-5a89a4baf8984d0d4dab3799f8177f8e293b7317.tar.gz
lingo2-archipelago-5a89a4baf8984d0d4dab3799f8177f8e293b7317.tar.bz2
lingo2-archipelago-5a89a4baf8984d0d4dab3799f8177f8e293b7317.zip
[Data] Bad logic in the_owl due to missing warp
Diffstat (limited to 'data/maps/the_owl/connections.txtpb')
-rw-r--r--data/maps/the_owl/connections.txtpb18
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/the_owl/connections.txtpb b/data/maps/the_owl/connections.txtpb index 87c98b3..2bd2380 100644 --- a/data/maps/the_owl/connections.txtpb +++ b/data/maps/the_owl/connections.txtpb
@@ -10,12 +10,17 @@ connections {
10} 10}
11connections { 11connections {
12 from_room: "R2C2 Bottom" 12 from_room: "R2C2 Bottom"
13 to_room: "R2C2.5 Bottom" 13 to_room: "Connected Area"
14 door { name: "Gray Owl" } 14 door { name: "Gray Owl" }
15} 15}
16connections { 16connections {
17 from_room: "R2C3 Bottom"
18 to_room: "Connected Area"
19 oneway: true
20}
21connections {
17 from_room: "R2C2 Bottom" 22 from_room: "R2C2 Bottom"
18 to_room: "R2C2.5 Bottom" 23 to_room: "Connected Area"
19 door { name: "First Room Shortcut" } 24 door { name: "First Room Shortcut" }
20} 25}
21connections { 26connections {
@@ -30,17 +35,12 @@ connections {
30} 35}
31connections { 36connections {
32 from_room: "R2C2 Top" 37 from_room: "R2C2 Top"
33 to_room: "R2C2.5 Bottom" 38 to_room: "R2C3 Bottom"
34 door { name: "Gray Bottom Door" } 39 door { name: "Gray Bottom Door" }
35} 40}
36connections { 41connections {
37 from_room: "R2C2 Top"
38 to_room: "R2C2.5 Bottom"
39 door { name: "Gray Owl" }
40}
41connections {
42 from_room: "Connected Area" 42 from_room: "Connected Area"
43 to_room: "R2C2.5 Bottom" 43 to_room: "R2C3 Bottom"
44 door { name: "Gray Owl" } 44 door { name: "Gray Owl" }
45} 45}
46connections { 46connections {