From 3c26cedd030c464e3b8a5576a98c19eb45134658 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 14:28:56 -0400 Subject: Process the rest of the defined protos --- proto/human.proto | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'proto/human.proto') diff --git a/proto/human.proto b/proto/human.proto index cdbb8b9..49eaccd 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -62,22 +62,6 @@ message HumanConnections { } message HumanDoor { - enum DoorType { - DOOR_TYPE_UNKNOWN = 0; - - // This door is a location unless panelsanity is on, and it is an item as long as door shuffle is on. - STANDARD = 1; - - // This door is never an item or a location. - EVENT = 2; - - // This door is never a location, and is an item as long as door shuffle is on. - ITEM_ONLY = 3; - - // This door is never a location, and is an item as long as control center color shuffle is on. - CONTROL_CENTER_COLOR = 4; - } - string name = 1; repeated string receivers = 2; @@ -87,8 +71,7 @@ message HumanDoor { string control_center_color = 6; repeated string switches = 7; - repeated string location_tags = 4; - repeated string item_tags = 5; + DoorType type = 4; } message HumanDoors { -- cgit 1.4.1