mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
BUGFIX: ns.bladeburner.getActionRepGain returns wrong value (#2186)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user