mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
CORPORATION: Use accounting methods for all funds transactions (#949)
This commit is contained in:
@@ -479,7 +479,7 @@ export function purchaseHashUpgrade(upgName: string, upgTarget: string, count =
|
||||
Player.hashManager.refundUpgrade(upgName, count);
|
||||
return false;
|
||||
}
|
||||
corp.addNonIncomeFunds(upg.value * count);
|
||||
corp.gainFunds(upg.value * count, "hacknet");
|
||||
break;
|
||||
}
|
||||
case "Reduce Minimum Security": {
|
||||
|
||||
Reference in New Issue
Block a user