diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-14 14:18:48 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-14 14:18:48 -0400 |
commit | eb23fc8152fa0f7033f3efeafbc0b9bec4ab865b (patch) | |
tree | 6f931b94e1596295a78b3716cd052ba188dc04bd /proto | |
parent | a17b7e1cbfb43141af21263f838f9593836a9c52 (diff) | |
download | lingo2-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.proto | 3 |
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 | ||
29 | enum AxisDirection { | 32 | enum AxisDirection { |