diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-30 14:56:33 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-30 14:56:33 -0400 |
commit | 5a89a4baf8984d0d4dab3799f8177f8e293b7317 (patch) | |
tree | b62f48e9a39cf6b090a239a54d712ec57ce9f600 /data/maps/the_owl/connections.txtpb | |
parent | d2bc5b2811171685e8bdc895122987b53defcf0a (diff) | |
download | lingo2-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.txtpb | 18 |
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 | } |
11 | connections { | 11 | connections { |
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 | } |
16 | connections { | 16 | connections { |
17 | from_room: "R2C3 Bottom" | ||
18 | to_room: "Connected Area" | ||
19 | oneway: true | ||
20 | } | ||
21 | connections { | ||
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 | } |
21 | connections { | 26 | connections { |
@@ -30,17 +35,12 @@ connections { | |||
30 | } | 35 | } |
31 | connections { | 36 | connections { |
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 | } |
36 | connections { | 41 | connections { |
37 | from_room: "R2C2 Top" | ||
38 | to_room: "R2C2.5 Bottom" | ||
39 | door { name: "Gray Owl" } | ||
40 | } | ||
41 | connections { | ||
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 | } |
46 | connections { | 46 | connections { |