From bb4e4e308f8f73b1be8b717b5c0478a342c1196d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 12 Sep 2025 11:01:30 -0400 Subject: Added gallery painting shuffle --- proto/data.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index 827e639..bf216b9 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -27,6 +27,9 @@ enum DoorType { // This door is an item if gravestone shuffle is enabled, and is a location as long as panelsanity is not on. GRAVESTONE = 6; + + // This door is never a location, and is an item as long as gallery painting shuffle is on. + GALLERY_PAINTING = 7; } enum DoorGroupType { -- cgit 1.4.1