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 --- proto/human.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto/human.proto') diff --git a/proto/human.proto b/proto/human.proto index 99c1fd7..8e7767a 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -78,6 +78,9 @@ message HumanConnection { // This means that the connection should additionally require all cyan letters // when the Strict Cyan Ending option is on. optional bool cyan_ending = 10; + + // This means that the connection only exists when doors are not shuffled. + optional bool vanilla_only = 11; } message HumanConnections { -- cgit 1.4.1