diff --git a/stats.sty b/stats.sty index 2de6dc45b64c4125935ad045620a25513107b639..f12f2cca1c7ceeb8bd7dd7554ab3b1b57be8ed8a 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 } }