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/human.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/human.proto') 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