From 2e7b433065709d425e45fa1c386e7b5280b5bffd Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@mailbox.org>
Date: Tue, 28 Feb 2023 21:43:34 +0100
Subject: [PATCH] Fix player skill cash tracking

---
 src/interaction/budgets/recordTemplates.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/interaction/budgets/recordTemplates.js b/src/interaction/budgets/recordTemplates.js
index efea68093dc..4c23a8c9d5b 100644
--- a/src/interaction/budgets/recordTemplates.js
+++ b/src/interaction/budgets/recordTemplates.js
@@ -125,6 +125,7 @@ App.Data.Records.LastWeeksCash = function() {
 	// Personal Finance
 	this.personalBusiness = 0;
 	this.personalLivingExpenses = 0;
+	this.PCSkills = 0;
 	this.PCtraining = 0;
 	this.PCdiet = 0;
 	this.PCdrugs = 0;
-- 
GitLab