From e8297cc4f5789700b4f1175f8fc522d6c712aaa7 Mon Sep 17 00:00:00 2001 From: fanioz Date: Wed, 24 Jun 2026 16:18:29 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20[add=20AIController.Sleep()=20to=20?= =?UTF-8?q?HQ=20building=20loop]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created from Jules session 9044202765377089675 https://jules.google.com/session/9044202765377089675 --- task/build_hq.nut | 1 + 1 file changed, 1 insertion(+) diff --git a/task/build_hq.nut b/task/build_hq.nut index 5274bc9..8bcfffb 100644 --- a/task/build_hq.nut +++ b/task/build_hq.nut @@ -35,6 +35,7 @@ class Task.BuildHQ extends DailyTask local counter = 0; local mode = AITestMode(); for (local town = loc.Begin(); loc.HasNext(); town = loc.Next()) { + AIController.Sleep(1); Info("finding#", (counter++)); if (counter % (My.ID + 1) != 0) continue; if (skip.HasItem(town)) continue;