about summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index c8d653f..ee59bab 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -114,6 +114,11 @@ message HumanDoor {
114 optional DoorType type = 4; 114 optional DoorType type = 4;
115 optional string location_room = 5; 115 optional string location_room = 5;
116 optional string location_name = 14; 116 optional string location_name = 14;
117
118 // Non-item doors that are latched will stay open once opened, even if the
119 // opening trigger is deactivated. This applies to EVENT/LOCATION_ONLY doors,
120 // as well as item-locked doors when not shuffling doors.
121 optional bool latch = 17;
117} 122}
118 123
119message HumanDoors { 124message HumanDoors {