diff options
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 { |
