From 19345313844aab3b0e5923c9e85a9e057962e1c1 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 21 Jan 2023 23:24:45 +0100
Subject: [PATCH] create all sq symbols

---
 docs.tex     |  6 +++++-
 glossary.tex | 17 ++++++++++++++++-
 layout.sty   |  2 +-
 3 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/docs.tex b/docs.tex
index a0bf6f4b..c3b22916 100644
--- a/docs.tex
+++ b/docs.tex
@@ -190,7 +190,7 @@ And charts about roll successes like this:
 \subsection{Symbols}
 
 
-\begin{tabularx}{\linewidth}{XXX}
+\begin{tabularx}{\linewidth}{Xcc}
 
   Meaning & Typed & Symbol \\\hline
 
@@ -221,6 +221,10 @@ And charts about roll successes like this:
   \hline
   Squash & {\tt \textbackslash{squash}} & \gls{squash} \\
 
+  Side Quest ready & {\tt \textbackslash{sqr}} & \gls{sqr} \\
+
+  Side Quest not ready & {\tt \textbackslash{sqn}} & \gls{sqn} \\
+
 \end{tabularx}
 
 \end{multicols}
diff --git a/glossary.tex b/glossary.tex
index 32ec75c9..ddd9f96f 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -93,6 +93,20 @@
   description={Play this Side Quest at the same time as the next}
 }
 
+\newglossaryentry{sqn}{
+  type=symbols,
+  nonumberlist,
+  name={\Square},
+  description={Side Quest is not ready yet}
+}
+
+\newglossaryentry{sqr}{
+  type=symbols,
+  nonumberlist,
+  name={\CheckedBox},
+  description={Side Quest is ready to play}
+}
+
 % SHORT COMMANDS
 
 \newcommand{\T}{\gls{T}\settoggle{team}{true}} % groups
@@ -108,4 +122,5 @@
 \newcommand{\Gn}{\gls{Gn}} % gnome
 \newcommand{\Nl}{\gls{Nl}} % gnoll
 \newcommand{\squash}{\gls{squash}} % multi-part side quest
-
+\newcommand{\sqr}{\gls{sqr}} % multi-part side quest
+\newcommand{\sqn}{\gls{sqn}} % multi-part side quest
diff --git a/layout.sty b/layout.sty
index f4c0ae34..2a631800 100644
--- a/layout.sty
+++ b/layout.sty
@@ -891,7 +891,7 @@ Roll & Result \\
   \settoggle{firstsq}{true}
 }
 
-\newcommand{\sqpart}[3]{\resumecontents[#1]\subsubsection[\iftoggle{firstsq}{\CheckedBox}{\Square} #2 -- #3]{(#1) #2}\stopcontents[#1]\settoggle{firstsq}{false}}
+\newcommand{\sqpart}[3]{\resumecontents[#1]\subsubsection[\iftoggle{firstsq}{\sqr}{\sqn} #2 -- #3]{(#1) #2}\stopcontents[#1]\settoggle{firstsq}{false}}
 
 %%%%% Character Sheet Commands
 
-- 
GitLab