summary refs log tree commit diff stats
path: root/proto/data.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-10 09:03:23 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-10 09:03:23 -0400
commit482b251a26c6701e77ddcc167b78e7986fb0a25e (patch)
tree030e99e059f23d28bddea79470aafff2374f5fe1 /proto/data.proto
parent9380a7786afaefa2a999e3130ba0f5318a45b83f (diff)
downloadlingo2-archipelago-482b251a26c6701e77ddcc167b78e7986fb0a25e.tar.gz
lingo2-archipelago-482b251a26c6701e77ddcc167b78e7986fb0a25e.tar.bz2
lingo2-archipelago-482b251a26c6701e77ddcc167b78e7986fb0a25e.zip
Assigned IDs for the_colorful
Also fixed bug where the ID assigner didn't read letter and mastery IDs
and would thus reuse them. I reassigned all IDs because of this (since
we don't need to worry about ID stability yet).
Diffstat (limited to 'proto/data.proto')
-rw-r--r--proto/data.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index dd7a2a3..274010d 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -54,6 +54,7 @@ message Panel {
54 repeated Proxy proxies = 8; 54 repeated Proxy proxies = 8;
55 55
56 uint64 required_door = 9; 56 uint64 required_door = 9;
57 uint64 required_room = 11;
57} 58}
58 59
59message Painting { 60message Painting {