diff options
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 4 |
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 | ||
67 | message HumanConnections { | 71 | message HumanConnections { |