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_repetitive/connections.txtpb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/maps/the_repetitive') 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