mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
Revert "Use min server.moneyAvailable of 1$ when growing server money"
This commit is contained in:
@@ -74,8 +74,8 @@ export function processSingleServerGrowth(server: Server, threads: number, p: IP
|
||||
serverGrowth = 1;
|
||||
}
|
||||
|
||||
server.moneyAvailable = Math.max(server.moneyAvailable, 1); // It can be grown even if it has no money. 1$ min
|
||||
const oldMoneyAvailable = server.moneyAvailable;
|
||||
server.moneyAvailable += 1 * threads; // It can be grown even if it has no money
|
||||
server.moneyAvailable *= serverGrowth;
|
||||
|
||||
// in case of data corruption
|
||||
|
||||
Reference in New Issue
Block a user