about summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index 615ac86..f9517bd 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -96,6 +96,10 @@ message HumanDoor {
96 repeated string endings = 13; 96 repeated string endings = 13;
97 optional bool double_letters = 15; 97 optional bool double_letters = 15;
98 98
99 // Sender nodes to be added to the list of requirements for triggering the
100 // location. Only for senders that have no logic requirements.
101 repeated string senders = 16;
102
99 optional DoorType type = 4; 103 optional DoorType type = 4;
100 optional string location_room = 5; 104 optional string location_room = 5;
101 optional string location_name = 14; 105 optional string location_name = 14;