mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
Merge pull request #4175 from mycroftjr/patch-2
BLADEBURNER: Make Datamancer apply to Tracking
This commit is contained in:
commit
075daf6fac
@ -1229,7 +1229,7 @@ export class Bladeburner {
|
||||
switch (actionIdent.name) {
|
||||
case "Tracking":
|
||||
// Increase estimate accuracy by a relatively small amount
|
||||
city.improvePopulationEstimateByCount(getRandomInt(100, 1e3));
|
||||
city.improvePopulationEstimateByCount(getRandomInt(100, 1e3) * this.skillMultipliers.successChanceEstimate);
|
||||
break;
|
||||
case "Bounty Hunter":
|
||||
city.changePopulationByCount(-1, { estChange: -1, estOffset: 0 });
|
||||
|
Loading…
Reference in New Issue
Block a user