summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-14 16:37:53 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-14 16:37:53 -0400
commit896c9d7ab0e1ae7491e5ba6875e82d7e6fa841ca (patch)
treeb87653be2d82d9c2464e07f025e502dc98060711 /data/connections.txtpb
parentd958b3415ad31bb9b94235c486a4eada3acfdecc (diff)
downloadlingo2-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.txtpb20
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
40connections { 42connections {
41 from { 43 from {
42 panel { 44 panel {
@@ -538,3 +540,19 @@ connections {
538 } 540 }
539 oneway: true 541 oneway: true
540} 542}
543connections {
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}