diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-12 11:01:30 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-12 11:01:30 -0400 |
commit | bb4e4e308f8f73b1be8b717b5c0478a342c1196d (patch) | |
tree | dc21b2b529688ac1ab2b22cb3b8e3c1d4f672832 /proto/data.proto | |
parent | 7426eb86fb2e7313607493becab262fe3115ce7b (diff) | |
download | lingo2-archipelago-bb4e4e308f8f73b1be8b717b5c0478a342c1196d.tar.gz lingo2-archipelago-bb4e4e308f8f73b1be8b717b5c0478a342c1196d.tar.bz2 lingo2-archipelago-bb4e4e308f8f73b1be8b717b5c0478a342c1196d.zip |
Added gallery painting shuffle
Diffstat (limited to 'proto/data.proto')
-rw-r--r-- | proto/data.proto | 3 |
1 files changed, 3 insertions, 0 deletions
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 { | |||
27 | 27 | ||
28 | // This door is an item if gravestone shuffle is enabled, and is a location as long as panelsanity is not on. | 28 | // This door is an item if gravestone shuffle is enabled, and is a location as long as panelsanity is not on. |
29 | GRAVESTONE = 6; | 29 | GRAVESTONE = 6; |
30 | |||
31 | // This door is never a location, and is an item as long as gallery painting shuffle is on. | ||
32 | GALLERY_PAINTING = 7; | ||
30 | } | 33 | } |
31 | 34 | ||
32 | enum DoorGroupType { | 35 | enum DoorGroupType { |