diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-10 09:03:23 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-10 09:03:23 -0400 |
commit | 482b251a26c6701e77ddcc167b78e7986fb0a25e (patch) | |
tree | 030e99e059f23d28bddea79470aafff2374f5fe1 /proto/human.proto | |
parent | 9380a7786afaefa2a999e3130ba0f5318a45b83f (diff) | |
download | lingo2-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/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 3edd984..0de1f0e 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -96,6 +96,7 @@ message HumanPanel { | |||
96 | repeated Proxy proxies = 6; | 96 | repeated Proxy proxies = 6; |
97 | 97 | ||
98 | DoorIdentifier required_door = 7; | 98 | DoorIdentifier required_door = 7; |
99 | RoomIdentifier required_room = 8; | ||
99 | } | 100 | } |
100 | 101 | ||
101 | message HumanPainting { | 102 | message HumanPainting { |