From 0e8b94cdb98a73e325b43966f1b8844d155cfd2c Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 6 Nov 2023 02:34:33 +0100 Subject: [PATCH] fix \swarm formatting --- stats.sty | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stats.sty b/stats.sty index b05c7a75..8686eda1 100644 --- a/stats.sty +++ b/stats.sty @@ -812,7 +812,7 @@ \renewcommand\abilities{#1} \scshape - \begin{tabularx}{\textwidth}{cYcc} + \begin{tabularx}{.8\textwidth}{Yccc} \hiderowcolors \Gls{ap}: \arabic{ap} & Att: $\arabic{att} - HP$ @@ -825,8 +825,11 @@ \\ & \showBoxes & \\ \end{tabularx} + + \normalfont \ifdefempty{\abilities}{}{% \textbf{Abilities}: \abilities + \vspace{1em} }% \end{tcolorbox} } -- GitLab