mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02: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:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user