From d79984b099c3f762b95d3b4257bef113d3a8d6ee Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 7 Sep 2025 15:42:00 -0400 Subject: Added door groups --- data/maps/the_repetitive/connections.txtpb | 2 +- data/maps/the_repetitive/doors.txtpb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_repetitive') diff --git a/data/maps/the_repetitive/connections.txtpb b/data/maps/the_repetitive/connections.txtpb index 2b115a9..0afe72d 100644 --- a/data/maps/the_repetitive/connections.txtpb +++ b/data/maps/the_repetitive/connections.txtpb @@ -6,7 +6,7 @@ connections { connections { from_room: "Main Room" to_room: "Plaza Connector" - door { name: "Plaza Entrance" } + door { name: "Black Hallway" } oneway: true } connections { diff --git a/data/maps/the_repetitive/doors.txtpb b/data/maps/the_repetitive/doors.txtpb index 9e63c1d..8171dc4 100644 --- a/data/maps/the_repetitive/doors.txtpb +++ b/data/maps/the_repetitive/doors.txtpb @@ -6,7 +6,7 @@ doors { location_room: "Main Room" } doors { - name: "Plaza Entrance" + name: "Black Hallway" type: STANDARD receivers: "Components/Doors/Door12" panels { room: "Main Room" name: "I" } -- cgit 1.4.1