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_bearer/connections.txtpb | 5 +++++ data/maps/the_bearer/rooms/Back Area.txtpb | 6 ------ data/maps/the_bearer/rooms/Tree Entrance.txtpb | 6 ++++++ 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 data/maps/the_bearer/rooms/Tree Entrance.txtpb (limited to 'data/maps/the_bearer') diff --git a/data/maps/the_bearer/connections.txtpb b/data/maps/the_bearer/connections.txtpb index 23410f0..ba14d83 100644 --- a/data/maps/the_bearer/connections.txtpb +++ b/data/maps/the_bearer/connections.txtpb @@ -263,3 +263,8 @@ connections { to_room: "Butterfly Room" door { name: "Butterfly Entrance" } } +connections { + from_room: "Back Area" + to_room: "Tree Entrance" + door { name: "Control Center Brown Door" } +} diff --git a/data/maps/the_bearer/rooms/Back Area.txtpb b/data/maps/the_bearer/rooms/Back Area.txtpb index 27e175c..b1860de 100644 --- a/data/maps/the_bearer/rooms/Back Area.txtpb +++ b/data/maps/the_bearer/rooms/Back Area.txtpb @@ -6,12 +6,6 @@ panels { answer: "brown" symbols: EXAMPLE } -ports { - name: "TREE" - path: "Components/Warps/worldport3" - orientation: "north" - required_door { name: "Control Center Brown Door" } -} ports { name: "DAEDALUS" path: "Components/Warps/worldport2" diff --git a/data/maps/the_bearer/rooms/Tree Entrance.txtpb b/data/maps/the_bearer/rooms/Tree Entrance.txtpb new file mode 100644 index 0000000..97a07da --- /dev/null +++ b/data/maps/the_bearer/rooms/Tree Entrance.txtpb @@ -0,0 +1,6 @@ +name: "Tree Entrance" +ports { + name: "TREE" + path: "Components/Warps/worldport3" + orientation: "north" +} -- cgit 1.4.1