BUGFIX: ns.bladeburner.getActionRepGain returns wrong value (#2186)

This commit is contained in:
catloversg
2025-06-22 03:35:00 +07:00
committed by GitHub
parent 30b8c0faee
commit a506554e04
4 changed files with 50 additions and 12 deletions
+7
View File
@@ -191,5 +191,12 @@ export const breakingChanges300: VersionBreakingChange = {
'It has been automatically replaced with "ns.getBitNodeMultipliers().FavorToDonateToFaction".',
showPopUp: false,
},
{
brokenAPIs: [{ name: "getActionRepGain" }],
info:
"ns.bladeburner.getActionRepGain returned the average rank gain instead of the average reputation gain.\n" +
"This bug was fixed. Please check your code to see if it still works as you expect.",
showPopUp: false,
},
],
};