From 9d372e2f91c5e4a24514692b091501e2b214b11c Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 23 Dec 2023 00:50:27 +0100
Subject: [PATCH] make NPC descriptions into desc list

---
 stats.sty | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/stats.sty b/stats.sty
index 6bd24dd8..dfaa098b 100644
--- a/stats.sty
+++ b/stats.sty
@@ -477,23 +477,18 @@
   \iftoggle{personality}{
 
     \begin{multicols}{2}
+    \begin{description}
     \raggedright
-    \noindent
-    \textbf{Wants:} \npcGoal, 
-
-    \noindent
-    \textbf{Mannerism:} \mannerism
-
-    \columnbreak
-    \noindent
-    \textbf{Description:} \NPCdescription
+    \item[Wants:] \npcGoal
+    \item[Mannerism:] \mannerism
+    \item[Description:] \NPCdescription
     \ifdefempty{\npcQuote}{}{
-      \textbf{Quote:}  \npcQuote \\
+      \item[Quote:]
+      \npcQuote
     }
+    \end{description}
     \end{multicols}
 
-    \vspace{1em}
-
     \settoggle{personality}{false}}%
 	{}
   \settoggle{creatureBox}{false}
-- 
GitLab