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/connections.txtpb | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 93e7faa..35e7ef8 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -20,7 +20,7 @@ connections { from { port { map: "the_entry" - room: "Flipped Second Room" + room: "Four Rooms Entrance" name: "FOUR" } } @@ -157,7 +157,7 @@ connections { to { port { map: "the_darkroom" - room: "Second Room" + room: "Congruent Entrance" name: "CONGRUENT" } } @@ -233,7 +233,7 @@ connections { from { port { map: "the_darkroom" - room: "First Room" + room: "Double Sided Entrance" name: "DOUBLESIDED" } } @@ -308,6 +308,23 @@ connections { name: "GALLERY" } } + oneway: true +} +connections { + from { + port { + map: "the_butterfly" + room: "Main Area" + name: "GALLERY" + } + } + to { + room { + map: "the_gallery" + name: "Main Area" + } + } + oneway: true } connections { from { @@ -618,7 +635,7 @@ connections { from { port { map: "the_entry" - room: "Link Area" + room: "Liberated Entrance" name: "BLUE" } } @@ -666,7 +683,7 @@ connections { from { port { map: "the_entry" - room: "Link Area" + room: "Literate Entrance" name: "BROWN" } } @@ -876,6 +893,7 @@ connections { } } oneway: true + bypass_target_door: true } connections { from { @@ -1455,7 +1473,6 @@ connections { name: "GREAT" } } - door { map: "the_great" name: "Daedalus Entrance" } oneway: true } connections { @@ -1474,6 +1491,7 @@ connections { } } oneway: true + bypass_target_door: true } connections { from { @@ -1769,12 +1787,13 @@ connections { } } oneway: true + bypass_target_door: true } connections { from { port { map: "the_bearer" - room: "Back Area" + room: "Tree Entrance" name: "TREE" } } @@ -1851,7 +1870,6 @@ connections { } } connections { - # Two one-way connections because the door only blocks one direction. from { port { map: "the_great" @@ -1868,6 +1886,7 @@ connections { } } connections { + # Two one-way connections because the door only blocks one direction. from { port { map: "the_unkempt" @@ -1900,6 +1919,7 @@ connections { } } oneway: true + bypass_target_door: true } connections { from { -- cgit 1.4.1