From d7eb421fa42ed03c037026ffa3686b87af35ca84 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 19 Sep 2025 16:06:05 -0400 Subject: [Data] Logic error with Wrath Room --- data/maps/the_entry/connections.txtpb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 9813f85..ca0207e 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb @@ -97,6 +97,12 @@ connections { from_room: "Red Blue Halls" to_room: "Wrath Room" door { name: "Noon Door" } + oneway: true +} +connections { + from_room: "Wrath Room" + to_room: "Least Blue Last" + oneway: true } connections { from_room: "Red Blue Halls" -- cgit 1.4.1