diff --git a/stats.sty b/stats.sty index b80091ec8a4ac83e98bd3e77655490311e42e9a2..819af6e306fe863aa3cc93e12a29df6f3cd92206 100644 --- a/stats.sty +++ b/stats.sty @@ -643,7 +643,7 @@ \foreach \s in {Air,Earth,Fate,Fire,Water}% {\ifnum\value{\s}>0 \addtocounter{mp}{3}\fi} -\begin{tabularx}{\linewidth}{p{.20\textwidth}>{\raggedright\arraybackslash}p{.70\textwidth}} +\begin{tabularx}{\linewidth}{p{.15\textwidth}>{\raggedright\arraybackslash}X} \iftoggle{verbose}{ \ent{Skills} & @@ -652,11 +652,11 @@ }{} \ifdefempty{\showKnacks}{}{ - \ent{Knacks:} & \showKnacks \\ + \ent{Knacks} & \showKnacks \\ } \ifnum\value{mp}>0 - \ent{Spheres:} & + \ent{Spheres} & \foreach \s in {Air,Earth,Fate,Fire,Water}% {\ifnum\value{\s}>0 \s~\arabic{\s}, \fi} \\