mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 10:13:52 +01:00
quick fix
forgot to remove a line used for notes
This commit is contained in:
parent
9af0ed7dba
commit
f8c4d07cc2
@ -146,7 +146,6 @@ export function numCycleForGrowthCorrected(server: Server, targetMoney: number,
|
||||
* @param p - Reference to Player object
|
||||
* @returns Number of "growth cycles" needed to reverse the described hack
|
||||
*/
|
||||
server: Server, targetMoney: number, startMoney: number, p: IPlayer, cores = 1): number
|
||||
export function numCycleForGrowthByHackAmt(server, hackAmt: number, prehackMoney: number, p: IPlayer, cores = 1) {
|
||||
if (prehackMoney > server.moneyMax) { preHackAmt = server.moneyMax; }
|
||||
const posthackAmt = Math.floor(prehackMoney * Math.min(1, Math.max(0, (1 - hackAmt))));
|
||||
|
Loading…
Reference in New Issue
Block a user