diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-15 19:34:13 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-15 19:34:13 -0400 |
commit | 678cf14a8259baa3b040e3f682a73f3b939826be (patch) | |
tree | a66baad466e103fc9cdc36493aecd0cf706da751 /src/tracker_state.cpp | |
parent | 58fbec6c0913c5873467df3bd6ba83fa3f082521 (diff) | |
download | lingo-ap-tracker-pilgrimage-ech.tar.gz lingo-ap-tracker-pilgrimage-ech.tar.bz2 lingo-ap-tracker-pilgrimage-ech.zip |
ECH painting goes to color hallways now pilgrimage-ech
Diffstat (limited to 'src/tracker_state.cpp')
-rw-r--r-- | src/tracker_state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tracker_state.cpp b/src/tracker_state.cpp index 2f25257..1a2d116 100644 --- a/src/tracker_state.cpp +++ b/src/tracker_state.cpp | |||
@@ -282,7 +282,7 @@ class StateCalculator { | |||
282 | 282 | ||
283 | if (AP_HasEarlyColorHallways() && room_obj.name == "Starting Room") { | 283 | if (AP_HasEarlyColorHallways() && room_obj.name == "Starting Room") { |
284 | new_boundary.push_back( | 284 | new_boundary.push_back( |
285 | {.destination_room = GD_GetRoomByName("Outside The Undeterred"), | 285 | {.destination_room = GD_GetRoomByName("Color Hallways"), |
286 | .type = EntranceType::kPainting}); | 286 | .type = EntranceType::kPainting}); |
287 | } | 287 | } |
288 | 288 | ||