From 8dffc0d1fb5fde81e534d6de8f9cab67483fcce3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 31 Aug 2025 12:35:27 -0400 Subject: Handled cyan doors --- 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 5f6354c..c7e2f5d 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -87,6 +87,7 @@ message HumanDoor { repeated RoomIdentifier rooms = 11; repeated DoorIdentifier doors = 12; repeated string endings = 13; + optional bool double_letters = 15; optional DoorType type = 4; optional string location_room = 5; -- cgit 1.4.1