mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
track money more precisely.
This commit is contained in:
@@ -16,13 +16,16 @@ export class MoneySourceTracker {
|
||||
crime = 0;
|
||||
gang = 0;
|
||||
hacking = 0;
|
||||
hacknetnode = 0;
|
||||
hacknet = 0;
|
||||
hospitalization = 0;
|
||||
infiltration = 0;
|
||||
sleeves = 0;
|
||||
stock = 0;
|
||||
total = 0;
|
||||
work = 0;
|
||||
servers = 0;
|
||||
other = 0;
|
||||
augmentations = 0;
|
||||
|
||||
// Record money earned
|
||||
record(amt: number, source: string): void {
|
||||
|
||||
Reference in New Issue
Block a user