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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/maps/the_entry/connections.txtpb') 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" -- cgit 1.4.1