From 93a5b48bdf31510f563e5ce1ca570fc871f0b8b7 Mon Sep 17 00:00:00 2001 From: turnop <17540-turnop@users.noreply.gitgud.io> Date: Sun, 20 Sep 2020 19:36:45 -0700 Subject: [PATCH] adds imperialeventweek --- js/003-data/gameVariableData.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index e3bf8538d79..0bc4ea94c5f 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -936,6 +936,7 @@ App.Data.resetOnNGPlus = { eugenicsFullControl: 0, badC: 0, poorKnight: 0, + imperialEventWeek: 0, assholeKnight: 0, newBaron: 0, badB: 0, -- GitLab