about summary refs log tree commit diff stats
path: root/data/maps/the_entry/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_entry/connections.txtpb')
-rw-r--r--data/maps/the_entry/connections.txtpb27
1 files changed, 26 insertions, 1 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index ca0207e..6260665 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb
@@ -64,6 +64,16 @@ connections {
64 door { name: "Flipped Pyramid Area Entrance" } 64 door { name: "Flipped Pyramid Area Entrance" }
65} 65}
66connections { 66connections {
67 from_room: "Flipped Pyramid Area"
68 to_room: "Liberated Entrance Panel"
69 oneway: true
70}
71connections {
72 from_room: "Flipped Pyramid Area"
73 to_room: "Literate Entrance Panel"
74 oneway: true
75}
76connections {
67 from_room: "Right Eye" 77 from_room: "Right Eye"
68 to_room: "Least Blue Last" 78 to_room: "Least Blue Last"
69 door { name: "Red Blue Area Left Door" } 79 door { name: "Red Blue Area Left Door" }
@@ -160,6 +170,11 @@ connections {
160 door { name: "Lime Room Entrance" } 170 door { name: "Lime Room Entrance" }
161} 171}
162connections { 172connections {
173 from_room: "Lime Room"
174 to_room: "Revitalized Entrance"
175 door { name: "Revitalized Entrance" }
176}
177connections {
163 from { painting { room: "Link Area" name: "NEAR" } } 178 from { painting { room: "Link Area" name: "NEAR" } }
164 to { painting { room: "Flipped Link Area" name: "NEAR" } } 179 to { painting { room: "Flipped Link Area" name: "NEAR" } }
165 oneway: true 180 oneway: true
@@ -178,12 +193,12 @@ connections {
178 from_room: "Starting Room" 193 from_room: "Starting Room"
179 to_room: "Digital Entrance" 194 to_room: "Digital Entrance"
180 door { name: "Second Room Left Door" } 195 door { name: "Second Room Left Door" }
181 oneway: true
182} 196}
183connections { 197connections {
184 from_room: "Digital Entrance" 198 from_room: "Digital Entrance"
185 to_room: "Starting Room" 199 to_room: "Starting Room"
186 oneway: true 200 oneway: true
201 vanilla_only: true
187} 202}
188connections { 203connections {
189 from_room: "Starting Room" 204 from_room: "Starting Room"
@@ -220,3 +235,13 @@ connections {
220 to_room: "Literate Entrance" 235 to_room: "Literate Entrance"
221 door { name: "Literate Entrance" } 236 door { name: "Literate Entrance" }
222} 237}
238connections {
239 from_room: "Liberated Entrance"
240 to_room: "Liberated Entrance Panel"
241 oneway: true
242}
243connections {
244 from_room: "Literate Entrance"
245 to_room: "Literate Entrance Panel"
246 oneway: true
247}