From fcfefe57d9d0b9d8eb3e149e68605103a9e6b490 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 11 Sep 2025 20:08:32 -0400 Subject: [Data] Fixed connection target required door logic bugs --- data/maps/the_entry/connections.txtpb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'data/maps/the_entry/connections.txtpb') diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index a2e325a..9813f85 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb @@ -199,3 +199,18 @@ connections { to_room: "White Hallway To Daedalus" door { name: "Control Center White Door" } } +connections { + from_room: "Flipped Second Room" + to_room: "Four Rooms Entrance" + door { name: "Flipped Second Room Right Door" } +} +connections { + from_room: "Link Area" + to_room: "Liberated Entrance" + door { name: "Liberated Entrance" } +} +connections { + from_room: "Link Area" + to_room: "Literate Entrance" + door { name: "Literate Entrance" } +} -- cgit 1.4.1