From aaeb0a4074a58c906b26dac6ee610266062d88be Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 28 Aug 2025 14:24:53 -0400 Subject: Couple of logic errors --- data/maps/daedalus/connections.txtpb | 2 +- data/maps/the_unkempt/doors.txtpb | 2 +- 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 { door { name: "Temple of the Eyes Entrance" } } connections { - from_room: "Outside Eye Temple" + from_room: "Eye Painting" to_room: "Starting Room" door { name: "Starting Room South Wall West Door" } } 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 { doors { name: "Control Center Orange Door" type: CONTROL_CENTER_COLOR - receivers: "Components/Doors/entry_13" + receivers: "Components/Doors/entry_6" control_center_color: "orange" } 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 @@ name: "V Keyholder" keyholders { - name: "KEYHOLDERV" + name: "V" path: "Components/KeyHolders/keyHolderV" } -- cgit 1.4.1