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; }