From 6f5e04b3f71768a889d0fa208b463ef5d9bc16f5 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 21 Feb 2021 15:39:41 -0800 Subject: [PATCH] Save custom variety flag in case you decide to skip the intro for NGP --- js/003-data/gameVariableData.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index 9ab647630b5..b16a5cdd357 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -27,8 +27,9 @@ App.Data.defaultGameStateVariables = { IsPastPrimePC: 5000, playerAging: 2, - // Save + // NGP saveImported: 0, + customVariety: 0, nationalities: {}, // Other -- GitLab