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 8fd519b..2e0e9ab 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -25,7 +25,6 @@ | |||
25 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) | 25 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) |
26 | # the_great/West Side/PARTIAL | 26 | # the_great/West Side/PARTIAL |
27 | # the_great/West Side/CC | 27 | # the_great/West Side/CC |
28 | # the_great/Jubilant Entrance/JUBILANT | ||
29 | # the_great/Back Area/UNKEMPT | 28 | # the_great/Back Area/UNKEMPT |
30 | # the_great/Back Area/THREEDOORS | 29 | # the_great/Back Area/THREEDOORS |
31 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) | 30 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) |
@@ -636,3 +635,19 @@ connections { | |||
636 | } | 635 | } |
637 | oneway: true | 636 | oneway: true |
638 | } | 637 | } |
638 | connections { | ||
639 | from { | ||
640 | port { | ||
641 | map: "the_great" | ||
642 | room: "Jubilant Entrance" | ||
643 | name: "JUBILANT" | ||
644 | } | ||
645 | } | ||
646 | to { | ||
647 | port { | ||
648 | map: "the_jubilant" | ||
649 | room: "Main Area" | ||
650 | name: "GREAT" | ||
651 | } | ||
652 | } | ||
653 | } | ||