summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/data.proto1
-rw-r--r--proto/human.proto1
2 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 032cf3a..60b603b 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -105,6 +105,7 @@ message Door {
105 repeated uint64 rooms = 14; 105 repeated uint64 rooms = 14;
106 repeated uint64 doors = 15; 106 repeated uint64 doors = 15;
107 repeated uint64 endings = 16; 107 repeated uint64 endings = 16;
108 optional bool double_letters = 18;
108 109
109 optional DoorType type = 8; 110 optional DoorType type = 8;
110 111
diff --git a/proto/human.proto b/proto/human.proto index 5f6354c..c7e2f5d 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -87,6 +87,7 @@ message HumanDoor {
87 repeated RoomIdentifier rooms = 11; 87 repeated RoomIdentifier rooms = 11;
88 repeated DoorIdentifier doors = 12; 88 repeated DoorIdentifier doors = 12;
89 repeated string endings = 13; 89 repeated string endings = 13;
90 optional bool double_letters = 15;
90 91
91 optional DoorType type = 4; 92 optional DoorType type = 4;
92 optional string location_room = 5; 93 optional string location_room = 5;