From 846c846bd1930bf8df09a6278fff5d57120f0ec1 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 26 Jan 2023 03:40:35 +0100 Subject: [PATCH] remove fp from animals --- stats.sty | 12 +++++++----- test.tex | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/stats.sty b/stats.sty index 65e05656..6fe6e43a 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 ad6f2a76..95b1d23d 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 -- GitLab