summary refs log tree commit diff stats
path: root/proto/common.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/common.proto')
-rw-r--r--proto/common.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/common.proto b/proto/common.proto index a066cae..03ad436 100644 --- a/proto/common.proto +++ b/proto/common.proto
@@ -26,4 +26,7 @@ enum DoorType {
26 26
27 // This door is never a location, and is an item as long as control center color shuffle is on. 27 // This door is never a location, and is an item as long as control center color shuffle is on.
28 CONTROL_CENTER_COLOR = 4; 28 CONTROL_CENTER_COLOR = 4;
29
30 // This door is never an item, and is a location as long as panelsanity is not on.
31 LOCATION_ONLY = 5;
29} 32}