From 369bed08964bee4d6a344eb2df1a54a287fdeeba Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sun, 10 Feb 2019 15:56:30 -0500
Subject: [PATCH] Set up variables

---
 src/init/storyInit.tw                       | 3 +++
 src/uncategorized/BackwardsCompatibility.tw | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index cea092c6e8b..f3bf71ab903 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -332,6 +332,9 @@ You should have received a copy of the GNU General Public License along with thi
 	<<set $useAccordion = 0>>
 
 	<<set $useTabs = 0>>
+	<<set $tabChoice = {
+		Main: "all"
+	}>>
 
 	/*onlyintendeddickgirls variables */
 	<<set $makeDicks = 0>>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 859270205d4..85f4a6e18e0 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -228,6 +228,11 @@
 <<if def $customValue>>
 	<<unset $customValue>>
 <</if>>
+<<if ndef $tabChoice>>
+	<<set $tabChoice = {
+		Main: "all"
+	}>>
+<</if>>
 
 /* pregmod stuff */
 
-- 
GitLab