From 5ea70a278f74d226e0d53ae9022d0aef9631b6b2 Mon Sep 17 00:00:00 2001 From: DramaticShape Date: Wed, 29 Jul 2026 16:22:53 -0400 Subject: [PATCH] update route one battle location --- data/battle_arenas.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/battle_arenas.lua b/data/battle_arenas.lua index df2d343..96da891 100644 --- a/data/battle_arenas.lua +++ b/data/battle_arenas.lua @@ -39,7 +39,10 @@ return { -- ------- routes - ["ROUTE_1"] = { x = 0, y = 16, shape = "wide" }, + -- narrow, deliberately: the route's interior is a 3-cell-wide lane and the + -- wide shape only fits in the western connection border, which staged every + -- fight at the edge of the world instead of on the road + ["ROUTE_1"] = { x = 9, y = 16, shape = "narrow" }, ["ROUTE_2"] = { x = 1, y = 49, shape = "wide" }, ["ROUTE_3"] = { x = 57, y = 1, shape = "wide" }, ["ROUTE_4"] = { x = 46, y = 7, shape = "wide" },