From c9139577e690baff59da1b1edf13ef209c00ee40 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 18 Aug 2025 18:50:04 -0400 Subject: Added the_repetitive --- data/maps/the_entry/connections.txtpb | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (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 5171a76..bec0642 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb @@ -157,4 +157,30 @@ connections { from_room: "D Room" to_room: "D Room Final" door { name: "D Room Panels" } -} \ No newline at end of file +} +connections { + from_room: "Starting Room" + to_room: "Digital Entrance" + door { name: "Second Room Left Door" } + oneway: true +} +connections { + from_room: "Digital Entrance" + to_room: "Starting Room" + oneway: true +} +connections { + from_room: "Starting Room" + to_room: "Daedalus Entrance" + door { name: "Daedalus Entrance" } +} +connections { + from_room: "Starting Room" + to_room: "Composite Room Entrance" + door { name: "Composite Room Entrance" } +} +connections { + from_room: "Starting Room" + to_room: "Repetitive Entrance" + door { name: "Repetitive Entrance" } +} -- cgit 1.4.1