From aaa0b6e275011426e32f259f21c5e3d50c0a74e5 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 23 Jan 2020 13:00:49 -0500
Subject: [PATCH] ez fixes, ty

---
 src/gui/css/mainStyleSheet.css | 2 +-
 src/init/storyInit.tw          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css
index d681d49ff75..77595075c00 100644
--- a/src/gui/css/mainStyleSheet.css
+++ b/src/gui/css/mainStyleSheet.css
@@ -327,7 +327,7 @@ div.double-indent {
 	text-decoration: underline;
 }
 
-/* Note: Do not do a linebreak after span in sugarcube, because it will underline the automatic space it inserts: "Matilda_is a cow" */
+/* Note: Do not do a linebreak after span in HTML, because it will underline the automatic space it inserts: "Matilda_is a cow" */
 .slave-name {
 	color: pink;
 	font-weight: bold;
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 83742f4b211..406be96a7b1 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -336,6 +336,7 @@ You should have received a copy of the GNU General Public License along with thi
 	<<set $useSlaveSummaryOverviewTab = 0>>
 	<<set $useSlaveListInPageJSNavigation = 0>>
 	<<set $killChoice = -1>>
+	<<set $assignmentRecords = {}>>
 
 	/* master suite reporting and alternate descriptions */
 	<<set $verboseDescriptions = 0>>
-- 
GitLab