summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-14 14:18:48 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-14 14:18:48 -0400
commiteb23fc8152fa0f7033f3efeafbc0b9bec4ab865b (patch)
tree6f931b94e1596295a78b3716cd052ba188dc04bd /proto
parenta17b7e1cbfb43141af21263f838f9593836a9c52 (diff)
downloadlingo2-archipelago-eb23fc8152fa0f7033f3efeafbc0b9bec4ab865b.tar.gz
lingo2-archipelago-eb23fc8152fa0f7033f3efeafbc0b9bec4ab865b.tar.bz2
lingo2-archipelago-eb23fc8152fa0f7033f3efeafbc0b9bec4ab865b.zip
Added the_great
Diffstat (limited to 'proto')
-rw-r--r--proto/data.proto3
1 files changed, 3 insertions, 0 deletions
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 {
24 24
25 // This door is never an item, and is a location as long as panelsanity is not on. 25 // This door is never an item, and is a location as long as panelsanity is not on.
26 LOCATION_ONLY = 5; 26 LOCATION_ONLY = 5;
27
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;
27} 30}
28 31
29enum AxisDirection { 32enum AxisDirection {