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