diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-19 16:06:05 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-19 16:06:05 -0400 |
commit | d7eb421fa42ed03c037026ffa3686b87af35ca84 (patch) | |
tree | 0c59c940ffc59ccc3e17933cd44731bf96016493 /data | |
parent | 688961cf74cf4709d9daebeb0a81f30f201fccbd (diff) | |
download | lingo2-archipelago-d7eb421fa42ed03c037026ffa3686b87af35ca84.tar.gz lingo2-archipelago-d7eb421fa42ed03c037026ffa3686b87af35ca84.tar.bz2 lingo2-archipelago-d7eb421fa42ed03c037026ffa3686b87af35ca84.zip |
[Data] Logic error with Wrath Room
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/the_entry/connections.txtpb | 6 |
1 files changed, 6 insertions, 0 deletions
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 { | |||
97 | from_room: "Red Blue Halls" | 97 | from_room: "Red Blue Halls" |
98 | to_room: "Wrath Room" | 98 | to_room: "Wrath Room" |
99 | door { name: "Noon Door" } | 99 | door { name: "Noon Door" } |
100 | oneway: true | ||
101 | } | ||
102 | connections { | ||
103 | from_room: "Wrath Room" | ||
104 | to_room: "Least Blue Last" | ||
105 | oneway: true | ||
100 | } | 106 | } |
101 | connections { | 107 | connections { |
102 | from_room: "Red Blue Halls" | 108 | from_room: "Red Blue Halls" |