Skip to content

Commit

Permalink
Fix a fib
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbryden committed Oct 29, 2024
1 parent fcac4f5 commit 1614ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ async function getHudData(ns, bitNode, dictSourceFiles, options) {
// Bitburner bug: Trace amounts of share power sometimes left over after we stop sharing
if (sharePower > 1.0001) {
val.push(true, formatNumberShort(sharePower, 3, 2),
"Uses RAM to boost faction reputation gain rate while working for factions (capped at 1.5) " +
"Uses RAM to boost faction reputation gain rate while working for factions (tapers off at ~1.65) " +
"\nRun `daemon.js` with the `--no-share` flag to disable.");
} else val.push(false)
hudData.push(val)
Expand Down

0 comments on commit 1614ae3

Please sign in to comment.