diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 14:11:23 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 14:11:23 -0400 |
commit | 57a08a321bb1054107afd7b91bc6c77cba5abf32 (patch) | |
tree | 29675215fcdaa37cba6ee20fd23b179bc635b267 /proto/human.proto | |
parent | 0aa1b7c005edc97323f3e1cbbe591d9064a73475 (diff) | |
download | lingo2-archipelago-57a08a321bb1054107afd7b91bc6c77cba5abf32.tar.gz lingo2-archipelago-57a08a321bb1054107afd7b91bc6c77cba5abf32.tar.bz2 lingo2-archipelago-57a08a321bb1054107afd7b91bc6c77cba5abf32.zip |
Added lavender cubes logic
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/human.proto b/proto/human.proto index 89fd076..d48f687 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -86,7 +86,6 @@ message HumanDoor { | |||
86 | optional uint64 complete_at = 9; | 86 | optional uint64 complete_at = 9; |
87 | 87 | ||
88 | optional string control_center_color = 6; | 88 | optional string control_center_color = 6; |
89 | repeated string switches = 7; | ||
90 | repeated KeyholderIdentifier keyholders = 10; | 89 | repeated KeyholderIdentifier keyholders = 10; |
91 | repeated RoomIdentifier rooms = 11; | 90 | repeated RoomIdentifier rooms = 11; |
92 | repeated DoorIdentifier doors = 12; | 91 | repeated DoorIdentifier doors = 12; |