From 523757481b2306614806a23981721d4a64abb134 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 25 Aug 2025 23:03:04 -0400 Subject: Added the_tenacious --- data/maps/the_partial/connections.txtpb | 2 -- data/maps/the_partial/doors.txtpb | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'data/maps/the_partial') diff --git a/data/maps/the_partial/connections.txtpb b/data/maps/the_partial/connections.txtpb index 34ff94f..abadb06 100644 --- a/data/maps/the_partial/connections.txtpb +++ b/data/maps/the_partial/connections.txtpb @@ -17,13 +17,11 @@ connections { from_room: "Obverse Side" to_room: "Control Center Entrance" door { name: "L Entered" } - oneway: true } connections { from_room: "Control Center Entrance" to_room: "Obverse Side" door { name: "Control Center Entrance" } - oneway: true } connections { from_room: "Reverse Side" diff --git a/data/maps/the_partial/doors.txtpb b/data/maps/the_partial/doors.txtpb index fed6951..2b233db 100644 --- a/data/maps/the_partial/doors.txtpb +++ b/data/maps/the_partial/doors.txtpb @@ -49,8 +49,8 @@ doors { } doors { name: "Control Center Entrance" - type: STANDARD - receivers: "Components/Doors/controlDoor" + type: LOCATION_ONLY + #receivers: "Components/Doors/controlDoor" panels { room: "Control Center Entrance" name: "RETURN" } location_room: "Control Center Entrance" } -- cgit 1.4.1