mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Make Datamancer apply to Tracking
Makes the Datamancer skill for Bladeburner apply to the Population Estimate change of the Tracking contract. If this was not desired, then the description of Datamancer needs to be made more accurate :D
This commit is contained in:
parent
444c74ccd9
commit
c7d85e1d42
@ -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