mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
minor fix
Better to leave off with a commit that at least passes checks ;)
This commit is contained in:
parent
3401f7d0d0
commit
744cecb058
@ -104,6 +104,7 @@ export function numCycleForGrowthTransition(server: Server, growth: number, p: I
|
||||
* @param startMoney - How much you are growing the server from, for instance, to grow from 200 to 600, input 200
|
||||
* @param p - Reference to Player object
|
||||
* @returns Number of "growth cycles" needed
|
||||
*/
|
||||
export function numCycleForGrowthCorrected(server: Server, targetMoney: number, startMoney: number, p: IPlayer, cores = 1): number {
|
||||
return 0; //left off here.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user