From e6a5997e9c2d3d5942ac6974bfd53eafe01bac73 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 11 Feb 2024 10:54:04 -0500 Subject: Fix Sapient goal facing wall --- racing/router.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ ["The Archaeologist", -74, 0, -32], ["The Earnest", -87, 0, -56], ["The Hidden", -50, 6, -71, true], - ["The Sapient", -36, 36, -41], + ["The Sapient", -36, 36, -36], ["The Ethereal", -42, 0, -22], ["The Learned", 34, 1, -64, true], ["Whispers Behind Quiet Walls", 44, 0, -51, true], -- cgit 1.4.1