about summary refs log tree commit diff stats
path: root/proto/data.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2026-02-05 14:58:51 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2026-02-05 14:59:18 -0500
commitc5fa0dcde264ea95e75b54884934abc2573cd8f9 (patch)
tree4225c60660d812511679a26bafb5d97696e2394b /proto/data.proto
parent432531dca528825f841f632ad0c8291a3a7dcc19 (diff)
downloadlingo2-archipelago-c5fa0dcde264ea95e75b54884934abc2573cd8f9.tar.gz
lingo2-archipelago-c5fa0dcde264ea95e75b54884934abc2573cd8f9.tar.bz2
lingo2-archipelago-c5fa0dcde264ea95e75b54884934abc2573cd8f9.zip
Annotate Lavender Cubes as always item in daed only mode
Diffstat (limited to 'proto/data.proto')
-rw-r--r--proto/data.proto2
1 files changed, 2 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 {