summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-28 14:24:53 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-28 14:24:53 -0400
commitaaeb0a4074a58c906b26dac6ee610266062d88be (patch)
tree7c944a0ffd1e01073c128bc2ca03a013ec1611b7 /data
parent6789f3551ef228f7e4aff73fef96038fab0fb2e6 (diff)
downloadlingo2-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.txtpb2
-rw-r--r--data/maps/the_unkempt/doors.txtpb2
-rw-r--r--data/maps/the_unkempt/rooms/V Keyholder.txtpb2
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}
202connections { 202connections {
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 {
65doors { 65doors {
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}
71doors { 71doors {
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 @@
1name: "V Keyholder" 1name: "V Keyholder"
2keyholders { 2keyholders {
3 name: "KEYHOLDERV" 3 name: "V"
4 path: "Components/KeyHolders/keyHolderV" 4 path: "Components/KeyHolders/keyHolderV"
5} 5}