From 0e8a645e2d6658652ba6ac1fb89e59da3b072b35 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 11 Mar 2023 22:17:28 +0100 Subject: [PATCH] stop allyCharacter stats showing on normal stats --- stats.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stats.sty b/stats.sty index 15ef66ce..e37d4123 100644 --- a/stats.sty +++ b/stats.sty @@ -449,8 +449,8 @@ You don't need to fall unconscious when making a Vitality check)% \addtocounter{weight}{-5} \fi \begin{center} - \scshape Att \iftoggle{examplecharacter}{$2D6$}{}% - \iftoggle{allyCharacter}{\ifnum\value{att}>-1 +\fi}{}% + \scshape Att % + \iftoggle{allyCharacter}{$2D6$\ifnum\value{att}>-1 +\fi}{}% \arabic{att}\ifnumcomp{\value{dexb}}{>}{0}{\addtocounter{att}{\value{dexb}} (\arabic{att})}{}, AP \arabic{spd}\ifnumcomp{\value{spdb}}{>}{0}% {\addtocounter{spd}{\value{spdb}} (\arabic{spd})}{}\ifnumcomp{\value{heft}}{>}{1}{: \arabic{heft}}{}, @@ -477,7 +477,7 @@ You don't need to fall unconscious when making a Vitality check)% \fi \addtocounter{hp}{6} \noindent\mbox{\arabic{hp} HP \iftoggle{bestiarychapter}{}{% - \ \Repeat{\value{hp}}{\ding{111}}% + \ {\large\Repeat{\value{hp}}{\sqn}}% }% }% \ifnumcomp{\value{sp}}{>}{0}% -- GitLab