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 054dae7..e3a0ed6 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -18,7 +18,6 @@
18# the_digital/Main Area/UNYIELDING 18# the_digital/Main Area/UNYIELDING
19# the_digital/Tree Area/TREE 19# the_digital/Tree Area/TREE
20# the_great/Purple Room/DAEDALUS 20# the_great/Purple Room/DAEDALUS
21# the_great/Main Area/ORB
22# the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) 21# the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this)
23# the_great/West Side/PARTIAL 22# the_great/West Side/PARTIAL
24# the_great/West Side/CC 23# the_great/West Side/CC
@@ -730,3 +729,53 @@ connections {
730 } 729 }
731 } 730 }
732} 731}
732connections {
733 from {
734 port {
735 map: "the_great"
736 room: "Main Area"
737 name: "ORB"
738 }
739 }
740 to {
741 port {
742 map: "the_orb"
743 room: "Main Area"
744 name: "GREAT"
745 }
746 }
747}
748connections {
749 from {
750 port {
751 map: "the_orb"
752 room: "B Room"
753 name: "MID"
754 }
755 }
756 to {
757 port {
758 map: "the_great"
759 room: "Main Area"
760 name: "ORB"
761 }
762 }
763 oneway: true
764}
765connections {
766 from {
767 port {
768 map: "the_orb"
769 room: "B Room"
770 name: "FINAL"
771 }
772 }
773 to {
774 port {
775 map: "the_great"
776 room: "Main Area"
777 name: "ORB"
778 }
779 }
780 oneway: true
781}