From 100b4ebd4383d71b40ddc8e19d7c91fa2e902a40 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 9 May 2024 21:39:31 +0200 Subject: [PATCH] show statblock weight as weight held --- stats.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.sty b/stats.sty index 72bcdf81..5b104197 100644 --- a/stats.sty +++ b/stats.sty @@ -691,7 +691,7 @@ SP \arabic{sp}, % \fi% \ifnum\value{Intelligence}>0% - \Glsentrytext{weight}~\arabic{weight},% + \Glsentrytext{weight} held~\arabic{weight},% \fi% }{% \par% -- GitLab