From c5fa0dcde264ea95e75b54884934abc2573cd8f9 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 5 Feb 2026 14:58:51 -0500 Subject: Annotate Lavender Cubes as always item in daed only mode --- proto/data.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/data.proto') 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 { optional uint64 ap_id = 3; optional DoorGroupType type = 4; repeated uint64 doors = 5; + + optional bool daedalus_only_always_item = 6; } message AllObjects { -- cgit 1.4.1