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 | |
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')
-rw-r--r-- | proto/data.proto | 1 | ||||
-rw-r--r-- | proto/human.proto | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 032cf3a..60b603b 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -105,6 +105,7 @@ message Door { | |||
105 | repeated uint64 rooms = 14; | 105 | repeated uint64 rooms = 14; |
106 | repeated uint64 doors = 15; | 106 | repeated uint64 doors = 15; |
107 | repeated uint64 endings = 16; | 107 | repeated uint64 endings = 16; |
108 | optional bool double_letters = 18; | ||
108 | 109 | ||
109 | optional DoorType type = 8; | 110 | optional DoorType type = 8; |
110 | 111 | ||
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; |