diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-28 14:24:53 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-28 14:24:53 -0400 |
commit | aaeb0a4074a58c906b26dac6ee610266062d88be (patch) | |
tree | 7c944a0ffd1e01073c128bc2ca03a013ec1611b7 /data | |
parent | 6789f3551ef228f7e4aff73fef96038fab0fb2e6 (diff) | |
download | lingo2-archipelago-aaeb0a4074a58c906b26dac6ee610266062d88be.tar.gz lingo2-archipelago-aaeb0a4074a58c906b26dac6ee610266062d88be.tar.bz2 lingo2-archipelago-aaeb0a4074a58c906b26dac6ee610266062d88be.zip |
Couple of logic errors
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/daedalus/connections.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_unkempt/doors.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_unkempt/rooms/V Keyholder.txtpb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/daedalus/connections.txtpb b/data/maps/daedalus/connections.txtpb index fc0af60..e03a463 100644 --- a/data/maps/daedalus/connections.txtpb +++ b/data/maps/daedalus/connections.txtpb | |||
@@ -200,7 +200,7 @@ connections { | |||
200 | door { name: "Temple of the Eyes Entrance" } | 200 | door { name: "Temple of the Eyes Entrance" } |
201 | } | 201 | } |
202 | connections { | 202 | connections { |
203 | from_room: "Outside Eye Temple" | 203 | from_room: "Eye Painting" |
204 | to_room: "Starting Room" | 204 | to_room: "Starting Room" |
205 | door { name: "Starting Room South Wall West Door" } | 205 | door { name: "Starting Room South Wall West Door" } |
206 | } | 206 | } |
diff --git a/data/maps/the_unkempt/doors.txtpb b/data/maps/the_unkempt/doors.txtpb index 5c16ac0..906a900 100644 --- a/data/maps/the_unkempt/doors.txtpb +++ b/data/maps/the_unkempt/doors.txtpb | |||
@@ -65,7 +65,7 @@ doors { | |||
65 | doors { | 65 | doors { |
66 | name: "Control Center Orange Door" | 66 | name: "Control Center Orange Door" |
67 | type: CONTROL_CENTER_COLOR | 67 | type: CONTROL_CENTER_COLOR |
68 | receivers: "Components/Doors/entry_13" | 68 | receivers: "Components/Doors/entry_6" |
69 | control_center_color: "orange" | 69 | control_center_color: "orange" |
70 | } | 70 | } |
71 | doors { | 71 | doors { |
diff --git a/data/maps/the_unkempt/rooms/V Keyholder.txtpb b/data/maps/the_unkempt/rooms/V Keyholder.txtpb index a7ec93f..0906b2e 100644 --- a/data/maps/the_unkempt/rooms/V Keyholder.txtpb +++ b/data/maps/the_unkempt/rooms/V Keyholder.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "V Keyholder" | 1 | name: "V Keyholder" |
2 | keyholders { | 2 | keyholders { |
3 | name: "KEYHOLDERV" | 3 | name: "V" |
4 | path: "Components/KeyHolders/keyHolderV" | 4 | path: "Components/KeyHolders/keyHolderV" |
5 | } | 5 | } |