ai doesnt try to nuke sams

This commit is contained in:
1brucben
2025-04-26 15:07:27 +02:00
parent ffdd85d7af
commit a9f899a9de
+1 -1
View File
@@ -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;
}