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 ee897bc..150d052 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -16,7 +16,6 @@ | |||
16 | # the_great/Back Area/THREEDOORS | 16 | # the_great/Back Area/THREEDOORS |
17 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) | 17 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) |
18 | # the_great/Back Area/TREE | 18 | # the_great/Back Area/TREE |
19 | # the_great/Talented Entrance/TALENTED | ||
20 | # the_hinterlands/Main Area/LEFT | 19 | # the_hinterlands/Main Area/LEFT |
21 | # the_hinterlands/Main Area/RIGHT | 20 | # the_hinterlands/Main Area/RIGHT |
22 | # the_liberated/Painting Room/PYRAMID | 21 | # the_liberated/Painting Room/PYRAMID |
@@ -1653,3 +1652,19 @@ connections { | |||
1653 | } | 1652 | } |
1654 | } | 1653 | } |
1655 | } | 1654 | } |
1655 | connections { | ||
1656 | from { | ||
1657 | port { | ||
1658 | map: "the_great" | ||
1659 | room: "Talented Entrance" | ||
1660 | name: "TALENTED" | ||
1661 | } | ||
1662 | } | ||
1663 | to { | ||
1664 | port { | ||
1665 | map: "the_talented" | ||
1666 | room: "Main Area" | ||
1667 | name: "GREAT" | ||
1668 | } | ||
1669 | } | ||
1670 | } | ||