about summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-24 15:37:28 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-24 15:37:28 -0400
commit72a33fcff5150228b72f4c24e4285f8a0e52566a (patch)
treee574be64d1196b236aaeab125eb6410600649a94 /proto/human.proto
parent5322fdf9fc829566be5ec22f1f0fae0bd2d4c186 (diff)
downloadlingo2-archipelago-72a33fcff5150228b72f4c24e4285f8a0e52566a.tar.gz
lingo2-archipelago-72a33fcff5150228b72f4c24e4285f8a0e52566a.tar.bz2
lingo2-archipelago-72a33fcff5150228b72f4c24e4285f8a0e52566a.zip
Add white_ending flag to door
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/human.proto b/proto/human.proto index df33a5e..a5f7a7c 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -104,7 +104,7 @@ message HumanDoor {
104 repeated KeyholderIdentifier keyholders = 10; 104 repeated KeyholderIdentifier keyholders = 10;
105 repeated RoomIdentifier rooms = 11; 105 repeated RoomIdentifier rooms = 11;
106 repeated DoorIdentifier doors = 12; 106 repeated DoorIdentifier doors = 12;
107 repeated string endings = 13; 107 optional bool white_ending = 13;
108 optional bool double_letters = 15; 108 optional bool double_letters = 15;
109 109
110 // Sender nodes to be added to the list of requirements for triggering the 110 // Sender nodes to be added to the list of requirements for triggering the