From 69d036da3981d8c0f9fe00bab285ef9681a1f203 Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Sat, 26 Apr 2025 23:06:55 +0200 Subject: [PATCH] dogpile time fix --- src/core/execution/FakeHumanExecution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/execution/FakeHumanExecution.ts b/src/core/execution/FakeHumanExecution.ts index fe6989d04..bfa2e2f2c 100644 --- a/src/core/execution/FakeHumanExecution.ts +++ b/src/core/execution/FakeHumanExecution.ts @@ -875,7 +875,7 @@ export class FakeHumanExecution implements Execution { } private updateDogpile() { - if (this.mg.ticks() < 600) { + if (this.mg.ticks() < 3000) { this.dogpileTarget = null; return; }