From 8960e61dc612fe2c4ad5df5cdaf2abf6a7edd773 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 28 Sep 2025 13:29:39 -0400 Subject: Separate The Orb's middle port into own region --- data/maps/the_orb/connections.txtpb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'data/maps/the_orb/connections.txtpb') diff --git a/data/maps/the_orb/connections.txtpb b/data/maps/the_orb/connections.txtpb index 62a7643..b902711 100644 --- a/data/maps/the_orb/connections.txtpb +++ b/data/maps/the_orb/connections.txtpb @@ -10,9 +10,19 @@ connections { } connections { from_room: "Main Area" - to_room: "B Room" + to_room: "Middle Room" door { name: "B Puzzles" } } +connections { + from_room: "Middle Room" + to_room: "B Room" + oneway: true +} +connections { + from_room: "Middle Room" + to_room: "Main Area" + oneway: true +} connections { from_room: "B Room" to_room: "Main Area" -- cgit 1.4.1