From eb23fc8152fa0f7033f3efeafbc0b9bec4ab865b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 14:18:48 -0400 Subject: Added the_great --- proto/data.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto') diff --git a/proto/data.proto b/proto/data.proto index 49a940c..88e17d0 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -24,6 +24,9 @@ enum DoorType { // This door is never an item, and is a location as long as panelsanity is not on. LOCATION_ONLY = 5; + + // This door is an item if gravestone shuffle is enabled, and is a location as long as panelsanity is not on. + GRAVESTONE = 6; } enum AxisDirection { -- cgit 1.4.1