diff --git a/stats.sty b/stats.sty
index 2453cfa1d0c02670742a5ff8003b62b6981001de..a472296566e6d103ffecac620fc455980f7b8609 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%
   }%