summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb51
1 files changed, 50 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index dfa2906..8fd519b 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -31,7 +31,6 @@
31# the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) 31# the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this)
32# the_great/Back Area/TREE 32# the_great/Back Area/TREE
33# the_great/Talented Entrance/TALENTED 33# the_great/Talented Entrance/TALENTED
34# the_great/North Landscape/INVISIBLE (keep in mind the door only blocks one direction of this)
35# the_hinterlands/Main Area/LEFT 34# the_hinterlands/Main Area/LEFT
36# the_hinterlands/Main Area/RIGHT 35# the_hinterlands/Main Area/RIGHT
37# the_hive/Main Area/DAED1 36# the_hive/Main Area/DAED1
@@ -587,3 +586,53 @@ connections {
587 } 586 }
588 } 587 }
589} 588}
589connections {
590 from {
591 port {
592 map: "the_great"
593 room: "North Landscape"
594 name: "INVISIBLE"
595 }
596 }
597 to {
598 port {
599 map: "the_invisible"
600 room: "Entrance"
601 name: "ENTRY"
602 }
603 }
604 door { map: "the_great" name: "Invisible Entrance" }
605 oneway: true
606}
607connections {
608 from {
609 port {
610 map: "the_invisible"
611 room: "Entrance"
612 name: "ENTRY"
613 }
614 }
615 to {
616 room {
617 map: "the_entry"
618 name: "Starting Room"
619 }
620 }
621 oneway: true
622}
623connections {
624 from {
625 port {
626 map: "the_invisible"
627 room: "Maze"
628 name: "ENTRY"
629 }
630 }
631 to {
632 room {
633 map: "the_entry"
634 name: "Starting Room"
635 }
636 }
637 oneway: true
638}