From 03cab11b590fc02c203074d1134883f1d82e862d Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 10 Sep 2024 20:26:31 +0200 Subject: [PATCH] clarify swarm HP --- stats.sty | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stats.sty b/stats.sty index 1c26a3d6..d192a0a1 100644 --- a/stats.sty +++ b/stats.sty @@ -652,10 +652,9 @@ \\ \end{tabularx}% \par\qquad% - \iftoggle{genExamples}% - {HP: \arabic{hp} - }% - {\Repeat{\value{hp}}{\Square}}% + HP:~\iftoggle{genExamples}% + {\arabic{hp}}% + {\hpStat}% \ifdefempty{\Abilities}{}{% \normalfont \par\textbf{Abilities:} \Abilities -- GitLab