summary refs log tree commit diff stats
path: root/data/maps/the_entry
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r--data/maps/the_entry/connections.txtpb5
-rw-r--r--data/maps/the_entry/doors.txtpb6
2 files changed, 9 insertions, 2 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 68aa344..1f7e3bd 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb
@@ -90,6 +90,11 @@ connections {
90} 90}
91connections { 91connections {
92 from_room: "Red Blue Halls" 92 from_room: "Red Blue Halls"
93 to_room: "Least Blue Last"
94 oneway: true
95}
96connections {
97 from_room: "Red Blue Halls"
93 to_room: "Wrath Room" 98 to_room: "Wrath Room"
94 door { name: "Noon Door" } 99 door { name: "Noon Door" }
95} 100}
diff --git a/data/maps/the_entry/doors.txtpb b/data/maps/the_entry/doors.txtpb index 917edc7..374aff1 100644 --- a/data/maps/the_entry/doors.txtpb +++ b/data/maps/the_entry/doors.txtpb
@@ -287,7 +287,8 @@ doors {
287doors { 287doors {
288 name: "Least Blue Last Panels" 288 name: "Least Blue Last Panels"
289 type: EVENT 289 type: EVENT
290 move_paintings { room: "Starting Room" name: "OWL" } 290 #move_paintings { room: "Starting Room" name: "OWL" }
291 #receivers: "Components/Paintings/owl/visibilityListener"
291 panels { room: "Least Blue Last" name: "CAPABLE (1)" } 292 panels { room: "Least Blue Last" name: "CAPABLE (1)" }
292 panels { room: "Least Blue Last" name: "CAPABLE (2)" } 293 panels { room: "Least Blue Last" name: "CAPABLE (2)" }
293 panels { room: "Least Blue Last" name: "LUSTRE" } 294 panels { room: "Least Blue Last" name: "LUSTRE" }
@@ -301,7 +302,8 @@ doors {
301doors { 302doors {
302 name: "Red Room Painting" 303 name: "Red Room Painting"
303 type: STANDARD 304 type: STANDARD
304 move_paintings { room: "Right Eye" name: "PSYCHIC" } 305 #move_paintings { room: "Right Eye" name: "PSYCHIC" }
306 receivers: "Components/Paintings/psychic/teleportListener"
305 panels { room: "Right Eye" name: "FAINT" } 307 panels { room: "Right Eye" name: "FAINT" }
306 location_room: "Right Eye" 308 location_room: "Right Eye"
307} 309}