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.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index 2d3dbb6..39625d5 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -262,6 +262,8 @@ message HumanDoorGroup {
262 optional string name = 1; 262 optional string name = 1;
263 optional DoorGroupType type = 2; 263 optional DoorGroupType type = 2;
264 repeated DoorIdentifier doors = 3; 264 repeated DoorIdentifier doors = 3;
265
266 optional bool daedalus_only_always_item = 4;
265} 267}
266 268
267message HumanDoorGroups { 269message HumanDoorGroups {