From 41a82d9967d89f9f4d8545b0ee4d5ad046f291c5 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 19 May 2024 13:40:55 +0200
Subject: [PATCH] fix TN gls entry

---
 glossary.tex | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index 37a70775..7a5d8266 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -305,10 +305,9 @@
 
 \newacronym[
   description={means the number players need to roll on the dice to achieve a \emph{tie} with the task.
-    Rolling higher indicates they have their prize, rolling lower means some nasty outcome is upon them, and rolling a tie means both (or neither)
+    Rolling higher indicates they have their prize, rolling lower means some nasty outcome is upon them,
     \noindent
-    \begin{tabularx}{\linewidth}{lX}
-         \hline
+    \begin{boxtable}
          \textbf{TN} & \textbf{Difficulty} \\
          \hline
          6 & Easy -- just ask the barmaid what you want. \\
@@ -316,10 +315,8 @@
          10 & Tricky -- find a good price in the market. \\
          12 & Professional -- fix the cart by Sundown. \\
          14 & Specialist -- Plan a three-storey stone building. \\
-         \hline
-    \end{tabularx}
-    And a Tie
-  },
+    \end{boxtable}
+  and rolling a tie means both (or neither)},
   shortplural={TNs},
   sort={S1},
   parent={action},
-- 
GitLab