diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-30 23:32:08 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-30 23:32:08 -0400 |
commit | fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd (patch) | |
tree | ba27f94a904fbfd21b05e36aeb978bf398934de2 /proto/human.proto | |
parent | 7a70828e9d0a4bf92491da1a88fac776de42d3b5 (diff) | |
download | lingo2-archipelago-fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd.tar.gz lingo2-archipelago-fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd.tar.bz2 lingo2-archipelago-fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd.zip |
Fix vanilla-only oneway door in The Repetitive
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 3 |
1 files changed, 3 insertions, 0 deletions
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 { | |||
78 | // This means that the connection should additionally require all cyan letters | 78 | // This means that the connection should additionally require all cyan letters |
79 | // when the Strict Cyan Ending option is on. | 79 | // when the Strict Cyan Ending option is on. |
80 | optional bool cyan_ending = 10; | 80 | optional bool cyan_ending = 10; |
81 | |||
82 | // This means that the connection only exists when doors are not shuffled. | ||
83 | optional bool vanilla_only = 11; | ||
81 | } | 84 | } |
82 | 85 | ||
83 | message HumanConnections { | 86 | message HumanConnections { |