From fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 30 Sep 2025 23:32:08 -0400 Subject: Fix vanilla-only oneway door in The Repetitive --- data/maps/the_entry/connections.txtpb | 2 +- data/maps/the_repetitive/connections.txtpb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 5fe279c..7ab15ff 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb @@ -183,12 +183,12 @@ connections { from_room: "Starting Room" to_room: "Digital Entrance" door { name: "Second Room Left Door" } - oneway: true } connections { from_room: "Digital Entrance" to_room: "Starting Room" oneway: true + vanilla_only: true } connections { from_room: "Starting Room" diff --git a/data/maps/the_repetitive/connections.txtpb b/data/maps/the_repetitive/connections.txtpb index 0afe72d..f4c06f2 100644 --- a/data/maps/the_repetitive/connections.txtpb +++ b/data/maps/the_repetitive/connections.txtpb @@ -7,12 +7,12 @@ connections { from_room: "Main Room" to_room: "Plaza Connector" door { name: "Black Hallway" } - oneway: true } connections { from_room: "Plaza Connector" to_room: "Main Room" oneway: true + vanilla_only: true } connections { from_room: "Main Room" -- cgit 1.4.1