From 4ee06e0b934612dd85f3992dd46f89d9065a7c57 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 17 Sep 2024 01:47:41 +0200
Subject: [PATCH] formatting

---
 glossary.tex | 6 +++---
 stats.sty    | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index 9ac896aa..4219ad94 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 8df6cdf9..159a7eaa 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
-- 
GitLab