From fcfefe57d9d0b9d8eb3e149e68605103a9e6b490 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 11 Sep 2025 20:08:32 -0400 Subject: [Data] Fixed connection target required door logic bugs --- proto/human.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proto') diff --git a/proto/human.proto b/proto/human.proto index e5335e7..615ac86 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -66,6 +66,10 @@ message HumanConnection { // If true, this connection will only be logically allowed if the Daedalus // Roof Access option is enabled. optional bool roof_access = 7; + + // This means that the connection intentionally skips the target object's + // required door. + optional bool bypass_target_door = 8; } message HumanConnections { -- cgit 1.4.1