From 4751f205c1155376cc3aab6ea013687cad7190fd Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Wed, 20 Jul 2022 03:43:18 +0200 Subject: [PATCH] add horizontal lines to creature boxes --- stats.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.sty b/stats.sty index 43a01c62..39e1e058 100644 --- a/stats.sty +++ b/stats.sty @@ -410,7 +410,7 @@ \setcounter{spdb}{0} \setcounter{dexb}{0} -\begin{tabularx}{\textwidth}{lrlrlr} +\begin{tabularx}{\textwidth}{lr|lr|lr} % the tcolorbox has coloured rows (xcolor package) % but that doesn't work with creature stats, so we suppress it here -- GitLab