From 04bb40aad52df3697aa150e919fa030d2260335d Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:59:06 +0100 Subject: [PATCH] fix: add delay to Roguelike@QuickFormation --- resource/tasks.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resource/tasks.json b/resource/tasks.json index 73cfa6e58a..9d7137d8bd 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -7190,6 +7190,7 @@ "action": "ClickSelf", "roi": [817, 0, 402, 146], "next": ["Roguelike@FormationConfirm"], + "preDelay": 100, "postDelay": 2000 }, "Roguelike@RecruitCloseGuide": {