From 58931fef470e02135a5ea26c7da0e06f53d67156 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 30 Jan 2024 09:23:02 +0100 Subject: [PATCH] stop ininite fp donkies --- stats.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stats.sty b/stats.sty index 2453cfa1..a4722965 100644 --- a/stats.sty +++ b/stats.sty @@ -805,12 +805,12 @@ }% % if the creature has a mind, print fate points (if any). % - \addtocounter{fp}{\value{Charisma}}% \ifnum\value{fp}>3% - \ignorespaces\arabic{fp}~\glsentrytext{fp}% + \addtocounter{fp}{\value{Charisma}}% + \ignorespaces\arabic{fp}~\glsentrytext{fp}% \iftoggle{genExamples}% {}% - {\space\Repeat{\value{fp}}{\Square}}% + {~\boxStat{fp}}% \par% \fi% }% -- GitLab