From addcf1712c66e7b058c87ac4342bd08685d6c6aa Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 21 Aug 2025 08:58:21 -0400 Subject: Fixed a couple of missing connections --- data/maps/the_bearer/connections.txtpb | 5 +++++ data/maps/the_unyielding/connections.txtpb | 5 +++++ data/maps/the_unyielding/doors.txtpb | 8 ++++++++ 3 files changed, 18 insertions(+) (limited to 'data/maps') diff --git a/data/maps/the_bearer/connections.txtpb b/data/maps/the_bearer/connections.txtpb index 8f38791..23410f0 100644 --- a/data/maps/the_bearer/connections.txtpb +++ b/data/maps/the_bearer/connections.txtpb @@ -33,6 +33,11 @@ connections { to_room: "Red Planet" door { name: "Planet Orange -> Red" } } +connections { + from_room: "Red Planet" + to_room: "Red Town" + door { name: "Red Planet -> Town" } +} connections { from_room: "Yellow Planet" to_room: "Green Planet" diff --git a/data/maps/the_unyielding/connections.txtpb b/data/maps/the_unyielding/connections.txtpb index ffbb756..b541676 100644 --- a/data/maps/the_unyielding/connections.txtpb +++ b/data/maps/the_unyielding/connections.txtpb @@ -108,6 +108,11 @@ connections { to_room: "Cyan Alcove" door { name: "Cyan Alcove" } } +connections { + from_room: "Star Rooms" + to_room: "Black Alcove" + door { name: "Black Alcove" } +} connections { from_room: "White Corners" to_room: "Northeast Room 1" diff --git a/data/maps/the_unyielding/doors.txtpb b/data/maps/the_unyielding/doors.txtpb index c0b2c19..b969c0b 100644 --- a/data/maps/the_unyielding/doors.txtpb +++ b/data/maps/the_unyielding/doors.txtpb @@ -197,6 +197,14 @@ doors { panels { room: "Central Connected Area" name: "ARK" } panels { room: "Central Connected Area" name: "MET" } } +doors { + name: "Black Alcove" + panels { room: "Star Rooms" name: "TURN" } + panels { room: "Central Connected Area" name: "HAD" } + panels { room: "Central Connected Area" name: "SOW" } + panels { room: "Central Connected Area" name: "ARK" } + panels { room: "Central Connected Area" name: "MET" } +} doors { name: "Hero Room Entrance" type: LOCATION_ONLY -- cgit 1.4.1