about summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/data.proto2
-rw-r--r--proto/human.proto2
2 files changed, 4 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index de20128..d7538da 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -303,6 +303,8 @@ message DoorGroup {
303 optional uint64 ap_id = 3; 303 optional uint64 ap_id = 3;
304 optional DoorGroupType type = 4; 304 optional DoorGroupType type = 4;
305 repeated uint64 doors = 5; 305 repeated uint64 doors = 5;
306
307 optional bool daedalus_only_always_item = 6;
306} 308}
307 309
308message AllObjects { 310message AllObjects {
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 {