mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
More bugfixes for failed Netscript code
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ function PlayerObject() {
|
||||
this.faction_rep_mult = 1;
|
||||
|
||||
//Money
|
||||
this.money = 0;
|
||||
this.money = 1000;
|
||||
this.total_money = 0; //Total money ever earned
|
||||
this.lifetime_money = 0; //Total money ever earned
|
||||
|
||||
|
||||
Reference in New Issue
Block a user