diff --git a/glossary.tex b/glossary.tex index ee48fe3c4e53fa6d6eaea61e28164a124013e8b9..e30317d70ea6d530dbe5129605dbfab5668b5f5c 100644 --- a/glossary.tex +++ b/glossary.tex @@ -667,6 +667,7 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa shortplural={FP}, prefix={an\space}, prefixfirst={a\space}, + symbol={\adfdiamond}, parent={combat}, name={Fate Points (FP)}, ]{fp}{FP}{Fate Point} diff --git a/stats.sty b/stats.sty index c45b8930b960ec0fbe533ccbf39824a060498ada..3332824a1ce124e13d9e38e6473c58b9f1189177 100644 --- a/stats.sty +++ b/stats.sty @@ -207,6 +207,7 @@ \else% {\centering\Repeat{\value{noAppearing}}{\hpStat\quad}}% \fi% + \ifnum\value{noAppearing}=1\fpStat\fi \vfill\null\par% } @@ -230,6 +231,10 @@ \Repeat{\value{mp}}{\Circle}% } +\newcommand\fpStat{% + \Repeat{\value{fp}}{\glsentrysymbol{fp}}% +} + %%%%%%%%%%%%%%%%%%%% Character Generation %%%%%%%%%%%%%%%%%%%% % % _