about summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-25 11:50:54 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-25 11:50:54 -0400
commitac92f55dcebaa740dc2996f2bd0f156997741dcc (patch)
treef13a2ab514c2851264135b1337c1a8e60c96fe88 /data/connections.txtpb
parent7c749ca6c5406aafc2aa0d3005ac311aee1b0847 (diff)
downloadlingo2-archipelago-ac92f55dcebaa740dc2996f2bd0f156997741dcc.tar.gz
lingo2-archipelago-ac92f55dcebaa740dc2996f2bd0f156997741dcc.tar.bz2
lingo2-archipelago-ac92f55dcebaa740dc2996f2bd0f156997741dcc.zip
Added the_fuzzy
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb50
1 files changed, 50 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 4bec584..8d75dab 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -2688,3 +2688,53 @@ connections {
2688 } 2688 }
2689 oneway: true 2689 oneway: true
2690} 2690}
2691connections {
2692 from {
2693 panel {
2694 map: "the_entry"
2695 room: "Starting Room"
2696 name: "Gift Maps"
2697 answer: "gongus"
2698 }
2699 }
2700 to {
2701 room {
2702 map: "the_fuzzy"
2703 name: "Main Area"
2704 }
2705 }
2706 oneway: true
2707}
2708connections {
2709 from {
2710 panel {
2711 map: "the_entry"
2712 room: "Starting Room"
2713 name: "Gift Maps"
2714 answer: "kiwi"
2715 }
2716 }
2717 to {
2718 room {
2719 map: "the_fuzzy"
2720 name: "Main Area"
2721 }
2722 }
2723 oneway: true
2724}
2725connections {
2726 from {
2727 port {
2728 map: "the_fuzzy"
2729 room: "Main Area"
2730 name: "WORLDPORT"
2731 }
2732 }
2733 to {
2734 room {
2735 map: "the_entry"
2736 name: "Starting Room"
2737 }
2738 }
2739 oneway: true
2740}