From 97767fa36401c1d222738581bb00241e2558e604 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Tue, 10 Mar 2026 18:47:28 -0700 Subject: [PATCH] meta: increase SAM cooldown from 7.5s to 12s to compensate for previous SAM improvements --- src/core/configuration/DefaultConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index bd4896a4b..76083858f 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -201,7 +201,7 @@ export class DefaultConfig implements Config { return 5 - falloutRatio * 2; } SAMCooldown(): number { - return 75; + return 120; } SiloCooldown(): number { return 75;