diff --git a/stats.sty b/stats.sty index 65e0565652bd67cac88e912ceebf0a1c9debaf23..6fe6e43a1811f2ad4554201edc00cc35ca43e6a0 100644 --- a/stats.sty +++ b/stats.sty @@ -458,7 +458,6 @@ }% }% {}% -\iftoggle{examplecharacter}{\addtocounter{fp}{\value{cha}}, \raggedleft\arabic{fp} FP}{} @@ -514,10 +513,13 @@ % \iftoggle{examplecharacter}{}{ \iftoggle{mind}% - {\addtocounter{fp}{\value{cha}} \arabic{fp} FP % - \iftoggle{bestiarychapter}% - {}% - {\Repeat{\value{fp}}{\ding{111}}} + {\addtocounter{fp}{\value{cha}} + \ifnum\value{fp}>0% + \arabic{fp}~FP % + \iftoggle{bestiarychapter}% + {}% + {\Repeat{\value{fp}}{\ding{111}}} + \fi }{} } diff --git a/test.tex b/test.tex index ad6f2a76c0db303cc92d7ab44eb69c779170b5eb..95b1d23daccacf5a6d3c4bd8c86e6e1d7c2d9bbf 100644 --- a/test.tex +++ b/test.tex @@ -441,7 +441,7 @@ When using a bestiary chapter, the stats appear as dice rolls, rather than fixed \begin{multicols}{2} -\lipsum[3] +\lipsum[\arabic{r4}] \humanbard