mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
BUGFIX: BitVerse does not show all BN multipliers in some cases (#2045)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -744,7 +744,7 @@ interface BitNodeMultipliers {
|
||||
InfiltrationRep: number;
|
||||
/**
|
||||
* Influences how much money the player actually gains when they hack a server via the terminal. This is different
|
||||
* from ScriptHackMoney. When the player hack a server via the terminal, the amount of money in that server is
|
||||
* from ScriptHackMoney. When the player hacks a server via the terminal, the amount of money in that server is
|
||||
* reduced, but they do not gain that same amount.
|
||||
*/
|
||||
ManualHackMoney: number;
|
||||
|
||||
Reference in New Issue
Block a user