diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js
index 737ebe0971eb87394b0c8ca27033ca45cfb442a7..6ef0ebd4b883aef8b8b374ee6b426623777058e6 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,