about summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2026-02-04 11:31:28 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2026-02-04 11:31:28 -0500
commit45776a759271e50864a2fa77c321c25acc48a016 (patch)
tree672a24729abd275efdd9814dbf0e93cd84aaca19 /proto
parente85fdc9f4175a232ad0891e886f93cde83c34f6c (diff)
downloadlingo2-archipelago-45776a759271e50864a2fa77c321c25acc48a016.tar.gz
lingo2-archipelago-45776a759271e50864a2fa77c321c25acc48a016.tar.bz2
lingo2-archipelago-45776a759271e50864a2fa77c321c25acc48a016.zip
Ensure rainbow rooms entrance is always an item
Diffstat (limited to 'proto')
-rw-r--r--proto/data.proto1
-rw-r--r--proto/human.proto1
2 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index d6cc8cb..de20128 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -166,6 +166,7 @@ message Door {
166 166
167 optional string location_name = 17; 167 optional string location_name = 17;
168 optional bool daedalus_only_allow = 22; 168 optional bool daedalus_only_allow = 22;
169 optional bool daedalus_only_always_item = 23;
169} 170}
170 171
171message PanelData { 172message PanelData {
diff --git a/proto/human.proto b/proto/human.proto index 73a3ed3..2d3dbb6 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -126,6 +126,7 @@ message HumanDoor {
126 optional bool legacy_location = 18; 126 optional bool legacy_location = 18;
127 127
128 optional bool daedalus_only_allow = 19; 128 optional bool daedalus_only_allow = 19;
129 optional bool daedalus_only_always_item = 20;
129} 130}
130 131
131message HumanDoors { 132message HumanDoors {