From 8de745f4d3350ac848c9362a33e223c0ff94fdcf Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 9 Sep 2025 16:44:09 -0400 Subject: Added symbol shuffle Also fixed unlocked letters + any double letter cyan doors, and tweaked some logic related to important panels with symbols on them. --- proto/human.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proto/human.proto') 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 { repeated HumanDoorGroup door_groups = 1; } +message HumanGlobalMetadata { + repeated string special_names = 1; +} + message IdMappings { message RoomIds { map panels = 1; -- cgit 1.4.1