From e36b929745565a25272623a0ee279f13a8a514ab Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Thu, 9 Nov 2023 21:09:59 +0100
Subject: [PATCH] remove fp as standard from statblocks

---
 stats.sty | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/stats.sty b/stats.sty
index 2de6dc45..f12f2cca 100644
--- a/stats.sty
+++ b/stats.sty
@@ -777,14 +777,14 @@
             \arabic{xp} XP%
         }%
     % if the creature has a mind, print fate points (if any).
-    \iftoggle{mind}%
-      {\addtocounter{fp}{\value{Charisma}}%
-        \ifnum\value{fp}>2\ignorespaces, \arabic{fp}~FP %
-        \iftoggle{genExamples}%
-          {}%
-          {\Repeat{\value{fp}}{\sqn}}%
-        \fi
-    }{}%
+    %
+    \ifnum\value{fp}>5%
+    \addtocounter{fp}{\value{Charisma}}%
+    \ignorespaces, \arabic{fp}~\glsentrytext{fp}%
+      \iftoggle{genExamples}%
+        {}%
+        {\Repeat{\value{fp}}{\sqn}}%
+    \fi
   }
 }
 
-- 
GitLab