From 277818a12e43667bf5381395e12d7106874c1a79 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Wed, 24 May 2023 19:05:46 +0200 Subject: [PATCH] make all boxes \sqn --- stats.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stats.sty b/stats.sty index 8636fb4b..4228cfac 100644 --- a/stats.sty +++ b/stats.sty @@ -472,7 +472,7 @@ You don't need to fall unconscious when making a Vitality check)% \fi \iftoggle{bestiarychapter}% {, }% - { \Repeat{\value{mp}}{\ding{111}}, }% + { \Repeat{\value{mp}}{\sqn}, }% } \fi \addtocounter{hp}{6} @@ -484,7 +484,7 @@ You don't need to fall unconscious when making a Vitality check)% \ifnumcomp{\value{sp}}{>}{0}% {, \mbox{% \arabic{sp} SP % - \iftoggle{bestiarychapter}{}{\Repeat{\value{sp}}{\ding{111}}}% + \iftoggle{bestiarychapter}{}{\Repeat{\value{sp}}{\sqn}}% }% }% {}% @@ -553,7 +553,7 @@ You don't need to fall unconscious when making a Vitality check)% \ifnum\value{fp}>2\ignorespaces, \arabic{fp}~FP % \iftoggle{bestiarychapter}% {}% - {\Repeat{\value{fp}}{\ding{111}}}% + {\Repeat{\value{fp}}{\sqn}}% \fi }{}% } -- GitLab