From b5b8412929b3627c4fce7e80fe67372d6efb87f3 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 15 Mar 2020 12:31:44 -0700
Subject: [PATCH] Initialize corp variables correctly for new games.

---
 js/003-data/gameVariableData.js | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js
index 737ebe0971e..6ef0ebd4b88 100644
--- a/js/003-data/gameVariableData.js
+++ b/js/003-data/gameVariableData.js
@@ -221,7 +221,18 @@ App.Data.resetOnNGPlus = {
 	ServQiIDs: [],
 	SpaiIDs: [],
 	NurseryiIDs: [],
-	corp: {Announced: 0},
+	corp: {
+		Announced: 0,
+		Incorporated: 0,
+		Market: 0,
+		Econ: 0,
+		CashDividend: 0,
+		Div: 0,
+		ExpandToken: 0,
+		Spec: 0,
+		SpecToken: 0,
+		SpecRaces: []
+	},
 	dividendTimer: 0,
 	personalShares: 0,
 	publicShares: 0,
-- 
GitLab