about summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index a79778f..d718c96 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -841,6 +841,8 @@ connections {
841 } 841 }
842 oneway: true 842 oneway: true
843} 843}
844# Two one-way connections because the CLUE panel only needs to be solved to
845# go from The Great to The Partial.
844connections { 846connections {
845 from { 847 from {
846 port { 848 port {
@@ -856,6 +858,24 @@ connections {
856 name: "GREAT" 858 name: "GREAT"
857 } 859 }
858 } 860 }
861 oneway: true
862}
863connections {
864 from {
865 port {
866 map: "the_partial"
867 room: "Obverse Side"
868 name: "GREAT"
869 }
870 }
871 to {
872 port {
873 map: "the_great"
874 room: "West Side"
875 name: "PARTIAL"
876 }
877 }
878 oneway: true
859} 879}
860connections { 880connections {
861 from { 881 from {