From f226dd1c7d07f15ce418538726647a1f718053e5 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 4 May 2024 13:16:48 +0200 Subject: [PATCH] show weight only with intelligent creatures --- stats.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stats.sty b/stats.sty index e31abc19..7daa826e 100644 --- a/stats.sty +++ b/stats.sty @@ -910,8 +910,8 @@ \ifnum\value{sp}>0% SP \arabic{sp}, % \fi% - \ifnum\value{weight}>0% - \Glsentrytext{weight}~\arabic{weight},% + \ifnum\value{Intelligence}>0% + \Glsentrytext{weight}~\arabic{weight},% \fi% }{% \par% @@ -919,7 +919,7 @@ }% \iftoggle{allyCharacter}{}{% \iftoggle{examplecharacter}{}{% - \quad\glsentrytext{cr}~\arabic{xp}% + \flushright\glsentrytext{cr}~\arabic{xp}% }% }% \end{center}% -- GitLab