From 8c74c3f7d4b9193d89bf260fef29352261184ad4 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Fri, 13 Sep 2024 19:48:17 +0200 Subject: [PATCH] move alchemy symbol from general \boxStat --- glossary.tex | 1 + stats.sty | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/glossary.tex b/glossary.tex index e0973989..8f6a569d 100644 --- a/glossary.tex +++ b/glossary.tex @@ -912,6 +912,7 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa shortplural={MP}, prefix={an\space}, prefixfirst={a\space}, + symbol={\sun}, parent={witchcraft}, description={grant every \glsentrytext{witch} their power. When they run out, they gain one \glsentrytext{ep} for every point they cannot spend}, diff --git a/stats.sty b/stats.sty index e9347168..6b0d407f 100644 --- a/stats.sty +++ b/stats.sty @@ -202,12 +202,12 @@ } \newcommand\showBoxes{% + \ifnum\value{noAppearing}=1\fpStat\qquad\fi% \ifnum\value{mp}>0% - {\centering\Repeat{\value{noAppearing}}{\hpStat~\mpStat\quad}}% + {\centering\Repeat{\value{noAppearing}}{\hpStat\quad\mpStat\qquad}}% \else% {\centering\Repeat{\value{noAppearing}}{\hpStat\quad}}% \fi% - \ifnum\value{noAppearing}=1\fpStat\fi \vfill\null\par% } @@ -227,8 +227,7 @@ } \newcommand\mpStat{% - \glsentrysymbol{alchemy}-% - \Repeat{\value{mp}}{\Circle}% + \Repeat{\value{mp}}{\glsentrysymbol{mp}}% } \newcommand\fpStat{% -- GitLab