about summary refs log tree commit diff stats
path: root/data/door_groups.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/door_groups.txtpb')
-rw-r--r--data/door_groups.txtpb14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb index 0f704da..128cbb8 100644 --- a/data/door_groups.txtpb +++ b/data/door_groups.txtpb
@@ -174,3 +174,17 @@ door_groups {
174 name: "Lavender Cubes" 174 name: "Lavender Cubes"
175 } 175 }
176} 176}
177door_groups {
178 name: "Control Center - Perceptive Entrance"
179 type: SHUFFLE_GROUP
180 # This is a weird situation where there's two different ways to open the door
181 # and we want both to work in vanilla.
182 doors {
183 map: "control_center"
184 name: "Perceptive From Outside"
185 }
186 doors {
187 map: "control_center"
188 name: "Perceptive From Inside"
189 }
190}