about summary refs log tree commit diff stats
path: root/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
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')
-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 {