diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-31 12:35:27 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-31 12:35:27 -0400 |
commit | 8dffc0d1fb5fde81e534d6de8f9cab67483fcce3 (patch) | |
tree | 26a5ef7b6868a77a772d8329c30ba1aa5b68a7fb /proto/human.proto | |
parent | 09edc0f568705081720a30f976de0f16339f2a96 (diff) | |
download | lingo2-archipelago-8dffc0d1fb5fde81e534d6de8f9cab67483fcce3.tar.gz lingo2-archipelago-8dffc0d1fb5fde81e534d6de8f9cab67483fcce3.tar.bz2 lingo2-archipelago-8dffc0d1fb5fde81e534d6de8f9cab67483fcce3.zip |
Handled cyan doors
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index 5f6354c..c7e2f5d 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -87,6 +87,7 @@ message HumanDoor { | |||
87 | repeated RoomIdentifier rooms = 11; | 87 | repeated RoomIdentifier rooms = 11; |
88 | repeated DoorIdentifier doors = 12; | 88 | repeated DoorIdentifier doors = 12; |
89 | repeated string endings = 13; | 89 | repeated string endings = 13; |
90 | optional bool double_letters = 15; | ||
90 | 91 | ||
91 | optional DoorType type = 4; | 92 | optional DoorType type = 4; |
92 | optional string location_room = 5; | 93 | optional string location_room = 5; |