diff options
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index fc67cd8..3cfbe6a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -21,7 +21,6 @@ | |||
21 | # the_digital/Tree Area/TREE | 21 | # the_digital/Tree Area/TREE |
22 | # the_great/Purple Room/DAEDALUS | 22 | # the_great/Purple Room/DAEDALUS |
23 | # the_great/Main Area/ORB | 23 | # the_great/Main Area/ORB |
24 | # the_great/Main Area/LINEAR | ||
25 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) | 24 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) |
26 | # the_great/West Side/PARTIAL | 25 | # the_great/West Side/PARTIAL |
27 | # the_great/West Side/CC | 26 | # the_great/West Side/CC |
@@ -684,3 +683,19 @@ connections { | |||
684 | } | 683 | } |
685 | } | 684 | } |
686 | } | 685 | } |
686 | connections { | ||
687 | from { | ||
688 | port { | ||
689 | map: "the_great" | ||
690 | room: "Main Area" | ||
691 | name: "LINEAR" | ||
692 | } | ||
693 | } | ||
694 | to { | ||
695 | port { | ||
696 | map: "the_linear" | ||
697 | room: "Room" | ||
698 | name: "GREAT" | ||
699 | } | ||
700 | } | ||
701 | } | ||