diff --git a/glossary.tex b/glossary.tex
index 9ac896aa72a9b62cdee94b30fd360a62568e0e7a..4219ad944584fc100edbb9211f2cbbfe39d684f5 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -2135,8 +2135,8 @@ Set the darker die to `\dicef{6}' and roll the other.  If this roll fails, it fa
 }
 
 \longnewglossaryentry{storm}{
-  name={\Glsentrytext{grummel}'s Wrath},
-  first={\Glsfmttext{grummel}'s Wrath},
+  name={Grummel's Wrath},
+  first={Grummel's wrath},
   text={wrath},
   prefix={a\space},
   prefixfirst={},
@@ -2193,7 +2193,7 @@ Set the darker die to `\dicef{6}' and roll the other.  If this roll fails, it fa
   prefix={a\space},
   type={mech},
   parent={weather},
-  description={ damage infrastructure worse than earthquakes.
+  description={damage infrastructure worse than earthquakes.
   They rot food, and degrade the foundations of houses in subtle ways, which only become apparent years later.
   High fortifications remain untouched, but underground dwelling runs the risk of water pouring in from above, and driving everything inside up into the Sunlight.
 
diff --git a/stats.sty b/stats.sty
index 8df6cdf97a6764bda5456ecf06ca39d51d37e8dd..159a7eaa9d2d5c4afe561563d3f4652ddc67d047 100644
--- a/stats.sty
+++ b/stats.sty
@@ -42,10 +42,10 @@
   \ifdefempty{\NPCdescription}{\vfill\null}{%
     \textbf{Description:}~\NPCdescription.
     \textbf{Wants:}~\npcGoal.
+    \textbf{Mannerism:}~\mannerism.
     \ifdefempty{\currentQuote}{}{%
-      \textbf{Quote:}~\textit{``\currentQuote''}, %
+      \textbf{Quote:}~\textit{``\currentQuote''}%
     }%
-    \textbf{Mannerism:}~\mannerism.
     \par%
     \vspace{1em}%
   }%1