From 482b251a26c6701e77ddcc167b78e7986fb0a25e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 10 Aug 2025 09:03:23 -0400 Subject: 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). --- proto/data.proto | 1 + proto/human.proto | 1 + 2 files changed, 2 insertions(+) (limited to 'proto') 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 { repeated Proxy proxies = 8; uint64 required_door = 9; + uint64 required_room = 11; } message Painting { 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 { repeated Proxy proxies = 6; DoorIdentifier required_door = 7; + RoomIdentifier required_room = 8; } message HumanPainting { -- cgit 1.4.1