From a1bad926c17d334bd81fef47043545f601ec8329 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 9 Aug 2025 09:45:29 -0400 Subject: Added the_between --- proto/common.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto/common.proto') 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 { // This door is never a location, and is an item as long as control center color shuffle is on. CONTROL_CENTER_COLOR = 4; + + // This door is never an item, and is a location as long as panelsanity is not on. + LOCATION_ONLY = 5; } -- cgit 1.4.1