diff --git a/stats.sty b/stats.sty
index dfaa098b6a1b811358598af95e0f21396e89691d..29e045fd676563eb3841767bdf250f60872705a0 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
   }