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/maps/the_unkempt/doors.txtpb | |
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/maps/the_unkempt/doors.txtpb')
-rw-r--r-- | data/maps/the_unkempt/doors.txtpb | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |