From 3445e5ace4bc5349000cb30b27b4617b48ec4119 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 13 Sep 2025 11:05:13 -0400 Subject: Add anti-collectable location --- 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 615ac86..f9517bd 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -96,6 +96,10 @@ message HumanDoor { repeated string endings = 13; optional bool double_letters = 15; + // Sender nodes to be added to the list of requirements for triggering the + // location. Only for senders that have no logic requirements. + repeated string senders = 16; + optional DoorType type = 4; optional string location_room = 5; optional string location_name = 14; -- cgit 1.4.1