meta: make sam & missile silo cooldown 90 ticks

This commit is contained in:
evanpelle
2026-05-02 09:39:48 -06:00
parent 1be197229a
commit 41ed31efa3
+2 -2
View File
@@ -204,10 +204,10 @@ export class DefaultConfig implements Config {
return 5 - falloutRatio * 2; return 5 - falloutRatio * 2;
} }
SAMCooldown(): number { SAMCooldown(): number {
return 120; return 90;
} }
SiloCooldown(): number { SiloCooldown(): number {
return 75; return 90;
} }
defensePostRange(): number { defensePostRange(): number {