diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-14 16:37:53 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-14 16:37:53 -0400 |
commit | 896c9d7ab0e1ae7491e5ba6875e82d7e6fa841ca (patch) | |
tree | b87653be2d82d9c2464e07f025e502dc98060711 /data/connections.txtpb | |
parent | d958b3415ad31bb9b94235c486a4eada3acfdecc (diff) | |
download | lingo2-archipelago-896c9d7ab0e1ae7491e5ba6875e82d7e6fa841ca.tar.gz lingo2-archipelago-896c9d7ab0e1ae7491e5ba6875e82d7e6fa841ca.tar.bz2 lingo2-archipelago-896c9d7ab0e1ae7491e5ba6875e82d7e6fa841ca.zip |
Added the_hive
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index caebc9c..fe5086e 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -28,7 +28,6 @@ | |||
28 | # the_great/West Side/IMPRESSIVE | 28 | # the_great/West Side/IMPRESSIVE |
29 | # the_great/West Side/CC | 29 | # the_great/West Side/CC |
30 | # the_great/Jubilant Entrance/JUBILANT | 30 | # the_great/Jubilant Entrance/JUBILANT |
31 | # the_great/Hive Entrance/HIVE | ||
32 | # the_great/Back Area/UNKEMPT | 31 | # the_great/Back Area/UNKEMPT |
33 | # the_great/Back Area/THREEDOORS | 32 | # the_great/Back Area/THREEDOORS |
34 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) | 33 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) |
@@ -37,6 +36,9 @@ | |||
37 | # the_great/North Landscape/INVISIBLE (keep in mind the door only blocks one direction of this) | 36 | # the_great/North Landscape/INVISIBLE (keep in mind the door only blocks one direction of this) |
38 | # the_hinterlands/Main Area/LEFT | 37 | # the_hinterlands/Main Area/LEFT |
39 | # the_hinterlands/Main Area/RIGHT | 38 | # the_hinterlands/Main Area/RIGHT |
39 | # the_hive/Main Area/DAED1 | ||
40 | # the_hive/Main Area/DAED2 | ||
41 | # the_hive/Main Area/DAED3 | ||
40 | connections { | 42 | connections { |
41 | from { | 43 | from { |
42 | panel { | 44 | panel { |
@@ -538,3 +540,19 @@ connections { | |||
538 | } | 540 | } |
539 | oneway: true | 541 | oneway: true |
540 | } | 542 | } |
543 | connections { | ||
544 | from { | ||
545 | port { | ||
546 | map: "the_hive" | ||
547 | room: "Main Area" | ||
548 | name: "GREAT" | ||
549 | } | ||
550 | } | ||
551 | to { | ||
552 | port { | ||
553 | map: "the_great" | ||
554 | room: "Hive Entrance" | ||
555 | name: "HIVE" | ||
556 | } | ||
557 | } | ||
558 | } | ||