mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 01:33:29 +00:00
dogpile time fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user