minor tweeks to timing

This commit is contained in:
Boki 2026-02-22 14:30:55 -05:00
parent 6257bcf122
commit 7225547467

View file

@ -399,8 +399,9 @@ public class BossRunExecutor : GameExecutor
// Walk to well and click the closest match to screen center // Walk to well and click the closest match to screen center
Log.Information("Phase {Phase} done, walking to well", phase); Log.Information("Phase {Phase} done, walking to well", phase);
await WalkToWorldPosition(wellWorldX, wellWorldY);
await Sleep(1500); await Sleep(1500);
await WalkToWorldPosition(wellWorldX, wellWorldY);
await Sleep(500);
await ClickClosestTemplateToCenter(CathedralWellTemplate); await ClickClosestTemplateToCenter(CathedralWellTemplate);
await Sleep(200); await Sleep(200);