From 7029afb06f267b9607c9d102e98635397543d7cc Mon Sep 17 00:00:00 2001 From: dsoloha <38593903+dsoloha@users.noreply.github.com> Date: Tue, 14 Jan 2020 18:55:26 -0500 Subject: [PATCH] Added reminders variable to storyInit --- src/init/storyInit.tw | 1 + 1 file changed, 1 insertion(+) diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index 6c547f1b0a9..58cec7d6145 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -466,6 +466,7 @@ You should have received a copy of the GNU General Public License along with thi <<set $REReductionCheckinIDs = []>> <<set $activeSlave = 0>> <<set $activeChild = 0>> +<<set $reminders = {entries: [], weeks: [], text: []}>> <<set $boomerangSlave = 0, $boomerangWeeks = 0, $boomerangBuyer = 0>> -- GitLab