From a9f899a9dea34935856a54ef54a0bcf95733765b Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Sat, 26 Apr 2025 15:07:27 +0200 Subject: [PATCH] ai doesnt try to nuke sams --- src/core/execution/FakeHumanExecution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/execution/FakeHumanExecution.ts b/src/core/execution/FakeHumanExecution.ts index 0713a4a3c..2f0015bfe 100644 --- a/src/core/execution/FakeHumanExecution.ts +++ b/src/core/execution/FakeHumanExecution.ts @@ -360,7 +360,7 @@ export class FakeHumanExecution implements Execution { case UnitType.Port: return 10_000; case UnitType.SAMLauncher: - return 5_000; + return -1_000_000; default: return 0; }