diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-11 10:54:04 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-11 10:54:04 -0500 |
commit | e6a5997e9c2d3d5942ac6974bfd53eafe01bac73 (patch) | |
tree | 9b73767380313e1735a0ebbdc49eee3d8f77dc54 /racing | |
parent | 58c91d39a052606091b0f22d75cc22db7142572b (diff) | |
download | lingo-race-e6a5997e9c2d3d5942ac6974bfd53eafe01bac73.tar.gz lingo-race-e6a5997e9c2d3d5942ac6974bfd53eafe01bac73.tar.bz2 lingo-race-e6a5997e9c2d3d5942ac6974bfd53eafe01bac73.zip |
Fix Sapient goal facing wall
Diffstat (limited to 'racing')
-rw-r--r-- | racing/router.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/racing/router.gd b/racing/router.gd index 15b3f31..debfafb 100644 --- a/racing/router.gd +++ b/racing/router.gd | |||
@@ -69,7 +69,7 @@ const LL2_AREAS = [ | |||
69 | ["The Archaeologist", -74, 0, -32], | 69 | ["The Archaeologist", -74, 0, -32], |
70 | ["The Earnest", -87, 0, -56], | 70 | ["The Earnest", -87, 0, -56], |
71 | ["The Hidden", -50, 6, -71, true], | 71 | ["The Hidden", -50, 6, -71, true], |
72 | ["The Sapient", -36, 36, -41], | 72 | ["The Sapient", -36, 36, -36], |
73 | ["The Ethereal", -42, 0, -22], | 73 | ["The Ethereal", -42, 0, -22], |
74 | ["The Learned", 34, 1, -64, true], | 74 | ["The Learned", 34, 1, -64, true], |
75 | ["Whispers Behind Quiet Walls", 44, 0, -51, true], | 75 | ["Whispers Behind Quiet Walls", 44, 0, -51, true], |