From 30dcf054a489ec4123e5048579df151bc1e76817 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 25 Aug 2025 13:07:28 -0400 Subject: Added the_talented --- data/connections.txtpb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'data/connections.txtpb') 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 @@ # the_great/Back Area/THREEDOORS # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) # the_great/Back Area/TREE -# the_great/Talented Entrance/TALENTED # the_hinterlands/Main Area/LEFT # the_hinterlands/Main Area/RIGHT # the_liberated/Painting Room/PYRAMID @@ -1653,3 +1652,19 @@ connections { } } } +connections { + from { + port { + map: "the_great" + room: "Talented Entrance" + name: "TALENTED" + } + } + to { + port { + map: "the_talented" + room: "Main Area" + name: "GREAT" + } + } +} -- cgit 1.4.1