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/data.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/data.proto')
| -rw-r--r-- | proto/data.proto | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/proto/data.proto b/proto/data.proto index 808198e..d79f47d 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
| @@ -123,6 +123,7 @@ message Connection { | |||
| 123 | optional bool roof_access = 7; | 123 | optional bool roof_access = 7; |
| 124 | optional bool purple_ending = 8; | 124 | optional bool purple_ending = 8; |
| 125 | optional bool cyan_ending = 9; | 125 | optional bool cyan_ending = 9; |
| 126 | optional bool vanilla_only = 10; | ||
| 126 | } | 127 | } |
| 127 | 128 | ||
| 128 | message Door { | 129 | message Door { |
