From 057f2196d1a1104a4f84a7a5a7105a40618813c1 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 23 Dec 2023 00:50:57 +0100
Subject: [PATCH] reformat fp display in statblocks

---
 stats.sty | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/stats.sty b/stats.sty
index dfaa098b..29e045fd 100644
--- a/stats.sty
+++ b/stats.sty
@@ -788,12 +788,12 @@
         }%
     % if the creature has a mind, print fate points (if any).
     %
-    \ifnum\value{fp}>5%
     \addtocounter{fp}{\value{Charisma}}%
-    \ignorespaces, \arabic{fp}~\glsentrytext{fp}%
+    \ifnum\value{fp}>3%
+    \ignorespaces\arabic{fp}~\glsentrytext{fp}%
       \iftoggle{genExamples}%
         {}%
-        {\Repeat{\value{fp}}{\Square}}%
+        {\space\Repeat{\value{fp}}{\Square}}%
     \par
     \fi
   }
-- 
GitLab