about summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-11 20:08:32 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-11 20:08:32 -0400
commitfcfefe57d9d0b9d8eb3e149e68605103a9e6b490 (patch)
tree415058cc3361727390c4d92ad367ec8c59350974 /proto/human.proto
parent6ba1787f7229125affbf12a94c4ddfb6b2e132b8 (diff)
downloadlingo2-archipelago-fcfefe57d9d0b9d8eb3e149e68605103a9e6b490.tar.gz
lingo2-archipelago-fcfefe57d9d0b9d8eb3e149e68605103a9e6b490.tar.bz2
lingo2-archipelago-fcfefe57d9d0b9d8eb3e149e68605103a9e6b490.zip
[Data] Fixed connection target required door logic bugs
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 e5335e7..615ac86 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -66,6 +66,10 @@ message HumanConnection {
66 // If true, this connection will only be logically allowed if the Daedalus 66 // If true, this connection will only be logically allowed if the Daedalus
67 // Roof Access option is enabled. 67 // Roof Access option is enabled.
68 optional bool roof_access = 7; 68 optional bool roof_access = 7;
69
70 // This means that the connection intentionally skips the target object's
71 // required door.
72 optional bool bypass_target_door = 8;
69} 73}
70 74
71message HumanConnections { 75message HumanConnections {