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.txtpb22
1 files changed, 21 insertions, 1 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 5fe279c..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" }
@@ -183,12 +193,12 @@ connections {
183 from_room: "Starting Room" 193 from_room: "Starting Room"
184 to_room: "Digital Entrance" 194 to_room: "Digital Entrance"
185 door { name: "Second Room Left Door" } 195 door { name: "Second Room Left Door" }
186 oneway: true
187} 196}
188connections { 197connections {
189 from_room: "Digital Entrance" 198 from_room: "Digital Entrance"
190 to_room: "Starting Room" 199 to_room: "Starting Room"
191 oneway: true 200 oneway: true
201 vanilla_only: true
192} 202}
193connections { 203connections {
194 from_room: "Starting Room" 204 from_room: "Starting Room"
@@ -225,3 +235,13 @@ connections {
225 to_room: "Literate Entrance" 235 to_room: "Literate Entrance"
226 door { name: "Literate Entrance" } 236 door { name: "Literate Entrance" }
227} 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}