dogpile time fix

This commit is contained in:
1brucben
2025-04-26 23:06:55 +02:00
parent b935045962
commit 69d036da39
+1 -1
View File
@@ -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;
}