From 57a08a321bb1054107afd7b91bc6c77cba5abf32 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 8 Sep 2025 14:11:23 -0400 Subject: Added lavender cubes logic --- proto/data.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index 24b98fe..014cbeb 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -44,6 +44,9 @@ enum DoorGroupType { // Groups with this type become an item if cyan door behavior is set to item. CYAN_DOORS = 3; + + // Groups with this type always become an item if door shuffle is on. + SHUFFLE_GROUP = 4; } enum AxisDirection { @@ -119,7 +122,6 @@ message Door { optional uint64 complete_at = 12; optional string control_center_color = 6; - repeated string switches = 7; repeated KeyholderAnswer keyholders = 13; repeated uint64 rooms = 14; repeated uint64 doors = 15; -- cgit 1.4.1