From ada06918e899a50058b999fd963bbedfc3223298 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Thu, 12 Mar 2020 00:48:10 -0700 Subject: [PATCH] Fix Raid and Aid plot events. The targets need to persist because the events happen in two parts, on different weeks (so a BC could happen between them). --- js/003-data/gameVariableData.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index 435ee7a95d7..c1a2c6c9667 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -1082,6 +1082,8 @@ App.Data.resetOnNGPlus = { PShoot: 0, PSnatch: 0, PRaid: 0, + PRaidTarget: 0, + PAidTarget: "", PAid: 0, PPit: 0, -- GitLab