From 5a89a4baf8984d0d4dab3799f8177f8e293b7317 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 30 Aug 2025 14:56:33 -0400 Subject: [Data] Bad logic in the_owl due to missing warp --- data/maps/the_owl/connections.txtpb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'data/maps/the_owl/connections.txtpb') diff --git a/data/maps/the_owl/connections.txtpb b/data/maps/the_owl/connections.txtpb index 87c98b3..2bd2380 100644 --- a/data/maps/the_owl/connections.txtpb +++ b/data/maps/the_owl/connections.txtpb @@ -10,12 +10,17 @@ connections { } connections { from_room: "R2C2 Bottom" - to_room: "R2C2.5 Bottom" + to_room: "Connected Area" door { name: "Gray Owl" } } +connections { + from_room: "R2C3 Bottom" + to_room: "Connected Area" + oneway: true +} connections { from_room: "R2C2 Bottom" - to_room: "R2C2.5 Bottom" + to_room: "Connected Area" door { name: "First Room Shortcut" } } connections { @@ -30,17 +35,12 @@ connections { } connections { from_room: "R2C2 Top" - to_room: "R2C2.5 Bottom" + to_room: "R2C3 Bottom" door { name: "Gray Bottom Door" } } -connections { - from_room: "R2C2 Top" - to_room: "R2C2.5 Bottom" - door { name: "Gray Owl" } -} connections { from_room: "Connected Area" - to_room: "R2C2.5 Bottom" + to_room: "R2C3 Bottom" door { name: "Gray Owl" } } connections { -- cgit 1.4.1