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.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index c586599..c599341 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -124,6 +124,8 @@ message HumanDoor {
124 // location is created for it in the generator. This helps provide backwards 124 // location is created for it in the generator. This helps provide backwards
125 // compatability with older worlds. 125 // compatability with older worlds.
126 optional bool legacy_location = 18; 126 optional bool legacy_location = 18;
127
128 optional bool daedalus_only_allow = 19;
127} 129}
128 130
129message HumanDoors { 131message HumanDoors {
@@ -215,6 +217,8 @@ message HumanRoom {
215 // doors generated from panels in the same area. 217 // doors generated from panels in the same area.
216 optional string panel_display_name = 10; 218 optional string panel_display_name = 10;
217 219
220 optional bool daedalus_only_allow = 11;
221
218 repeated HumanPanel panels = 3; 222 repeated HumanPanel panels = 3;
219 repeated HumanPainting paintings = 4; 223 repeated HumanPainting paintings = 4;
220 repeated HumanLetter letters = 5; 224 repeated HumanLetter letters = 5;
@@ -228,6 +232,8 @@ message HumanMap {
228 optional string display_name = 1; 232 optional string display_name = 1;
229 optional MapType type = 4; 233 optional MapType type = 4;
230 234
235 optional DaedalusOnlyMode daedalus_only_mode = 6;
236
231 optional PortIdentifier worldport_entrance = 3; 237 optional PortIdentifier worldport_entrance = 3;
232 238
233 // These two fields are used by the validator and nothing else. excluded_nodes 239 // These two fields are used by the validator and nothing else. excluded_nodes