about summary refs log tree commit diff stats
path: root/proto/data.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/data.proto')
-rw-r--r--proto/data.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index d6cc8cb..de20128 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -166,6 +166,7 @@ message Door {
166 166
167 optional string location_name = 17; 167 optional string location_name = 17;
168 optional bool daedalus_only_allow = 22; 168 optional bool daedalus_only_allow = 22;
169 optional bool daedalus_only_always_item = 23;
169} 170}
170 171
171message PanelData { 172message PanelData {