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_darkroom/connections.txtpb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data/maps/the_darkroom/connections.txtpb') diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb index 87e9b0e..1b7ad05 100644 --- a/data/maps/the_darkroom/connections.txtpb +++ b/data/maps/the_darkroom/connections.txtpb @@ -38,3 +38,13 @@ connections { to_room: "Cyan Hallway" door { name: "Colorful Entrance" } } +connections { + from_room: "Second Room" + to_room: "Congruent Entrance" + door { name: "Congruent Entrance" } +} +connections { + from_room: "First Room" + to_room: "Double Sided Entrance" + door { name: "Double Sided Entrance" } +} -- cgit 1.4.1