summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-03 21:51:34 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-03 21:51:34 -0400
commitbed3397a3acb42104cbf085455954313178d8433 (patch)
treef4cd9f318b578c85e7a23c05896e7505c4c86e4b /proto/human.proto
parentc5edb28bd91936ede3c7d31a9d934ef5428fba40 (diff)
downloadlingo2-archipelago-bed3397a3acb42104cbf085455954313178d8433.tar.gz
lingo2-archipelago-bed3397a3acb42104cbf085455954313178d8433.tar.bz2
lingo2-archipelago-bed3397a3acb42104cbf085455954313178d8433.zip
Added option for Daedalus roof access logic
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto4
1 files changed, 4 insertions, 0 deletions
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 {
62 62
63 optional bool oneway = 3; 63 optional bool oneway = 3;
64 optional DoorIdentifier door = 4; 64 optional DoorIdentifier door = 4;
65
66 // If true, this connection will only be logically allowed if the Daedalus
67 // Roof Access option is enabled.
68 optional bool roof_access = 7;
65} 69}
66 70
67message HumanConnections { 71message HumanConnections {