Skip to content
Snippets Groups Projects
Commit 2e7b4330 authored by Arkerthan's avatar Arkerthan
Browse files

Fix player skill cash tracking

parent e107c5ee
No related branches found
No related tags found
1 merge request!11293Redesign cash/rep budget overview
...@@ -125,6 +125,7 @@ App.Data.Records.LastWeeksCash = function() { ...@@ -125,6 +125,7 @@ App.Data.Records.LastWeeksCash = function() {
// Personal Finance // Personal Finance
this.personalBusiness = 0; this.personalBusiness = 0;
this.personalLivingExpenses = 0; this.personalLivingExpenses = 0;
this.PCSkills = 0;
this.PCtraining = 0; this.PCtraining = 0;
this.PCdiet = 0; this.PCdiet = 0;
this.PCdrugs = 0; this.PCdrugs = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment