diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 21:35:45 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 21:35:45 -0400 |
commit | 12a4b1a358679cfb569c2dcca2ccb96f6b41254e (patch) | |
tree | e1b59a6a00be05c0f8c13cba4df87428b2ae0350 /proto/human.proto | |
parent | bdffc8fe5dda6aa553017cd5bdbccafced225a55 (diff) | |
parent | c43aad993afcf6bfb38bb485ad992268dcd58b9a (diff) | |
download | lingo2-archipelago-12a4b1a358679cfb569c2dcca2ccb96f6b41254e.tar.gz lingo2-archipelago-12a4b1a358679cfb569c2dcca2ccb96f6b41254e.tar.bz2 lingo2-archipelago-12a4b1a358679cfb569c2dcca2ccb96f6b41254e.zip |
Merge branch 'main' of fourisland.com:/srv/git/lingo2-mapdata
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index c0a5e85..e8da304 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -115,6 +115,11 @@ message HumanPort { | |||
115 | DoorIdentifier required_door = 4; | 115 | DoorIdentifier required_door = 4; |
116 | } | 116 | } |
117 | 117 | ||
118 | message HumanKeyholder { | ||
119 | string name = 1; | ||
120 | string path = 2; | ||
121 | } | ||
122 | |||
118 | message HumanRoom { | 123 | message HumanRoom { |
119 | string name = 1; | 124 | string name = 1; |
120 | string display_name = 2; | 125 | string display_name = 2; |
@@ -123,6 +128,7 @@ message HumanRoom { | |||
123 | repeated HumanPainting paintings = 4; | 128 | repeated HumanPainting paintings = 4; |
124 | repeated Letter letters = 5; | 129 | repeated Letter letters = 5; |
125 | repeated HumanPort ports = 6; | 130 | repeated HumanPort ports = 6; |
131 | repeated HumanKeyholder keyholders = 7; | ||
126 | } | 132 | } |
127 | 133 | ||
128 | message IdMappings { | 134 | message IdMappings { |