From bed3397a3acb42104cbf085455954313178d8433 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 3 Sep 2025 21:51:34 -0400 Subject: Added option for Daedalus roof access logic --- 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 e0378cc..205b867 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -62,6 +62,10 @@ message HumanConnection { optional bool oneway = 3; optional DoorIdentifier door = 4; + + // If true, this connection will only be logically allowed if the Daedalus + // Roof Access option is enabled. + optional bool roof_access = 7; } message HumanConnections { -- cgit 1.4.1