Can target other players

This commit is contained in:
evanpelle
2024-10-02 16:39:15 -07:00
parent 2223e40d53
commit 4aae657690
8 changed files with 34 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export class DefaultConfig implements Config {
return 10 * 10
}
targetCooldown(): Tick {
return 30 * 10
return 15 * 10
}
allianceRequestCooldown(): Tick {
return 30 * 10