mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
Adding more directory-related unit tests. Several more bug fixes and QoL improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* This is an object that is used to keep track of where all of the player's
|
||||
* money is coming from
|
||||
* money is coming from (or going to)
|
||||
*/
|
||||
import { Generic_fromJSON, Generic_toJSON, Reviver } from "../../utils/JSONReviver";
|
||||
|
||||
@@ -17,6 +17,7 @@ export class MoneySourceTracker {
|
||||
gang: number = 0;
|
||||
hacking: number = 0;
|
||||
hacknetnode: number = 0;
|
||||
hospitalization: number = 0;
|
||||
infiltration: number = 0;
|
||||
stock: number = 0;
|
||||
total: number = 0;
|
||||
|
||||
Reference in New Issue
Block a user