diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-09 16:44:09 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-09 16:44:09 -0400 |
commit | 8de745f4d3350ac848c9362a33e223c0ff94fdcf (patch) | |
tree | 102db82fd9c7822dd6c0d6e9a555181faf9ba00e /proto/human.proto | |
parent | 6dc4fae2ee9b7b9145a8938e95080dba448cf44a (diff) | |
download | lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.tar.gz lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.tar.bz2 lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.zip |
Added symbol shuffle
Also fixed unlocked letters + any double letter cyan doors, and tweaked some logic related to important panels with symbols on them.
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index d48f687..1c5b463 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -212,6 +212,10 @@ message HumanDoorGroups { | |||
212 | repeated HumanDoorGroup door_groups = 1; | 212 | repeated HumanDoorGroup door_groups = 1; |
213 | } | 213 | } |
214 | 214 | ||
215 | message HumanGlobalMetadata { | ||
216 | repeated string special_names = 1; | ||
217 | } | ||
218 | |||
215 | message IdMappings { | 219 | message IdMappings { |
216 | message RoomIds { | 220 | message RoomIds { |
217 | map<string, uint64> panels = 1; | 221 | map<string, uint64> panels = 1; |