summary refs log tree commit diff stats
path: root/proto/common.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-09 09:45:29 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-09 09:45:29 -0400
commita1bad926c17d334bd81fef47043545f601ec8329 (patch)
tree928cf5ed1071d379d13b45549e3ae65b9e1ed66a /proto/common.proto
parent9240e7e7a81072e561f969aff375d979cf2112e8 (diff)
downloadlingo2-archipelago-a1bad926c17d334bd81fef47043545f601ec8329.tar.gz
lingo2-archipelago-a1bad926c17d334bd81fef47043545f601ec8329.tar.bz2
lingo2-archipelago-a1bad926c17d334bd81fef47043545f601ec8329.zip
Added the_between
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}