From 174866fcd3a19d0260278d2f23913a5d4e9235a1 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Sat, 21 Nov 2020 23:42:45 +0100
Subject: [PATCH] shorten combat summary

---
 combat.tex | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/combat.tex b/combat.tex
index a590f061..baf23699 100644
--- a/combat.tex
+++ b/combat.tex
@@ -56,13 +56,11 @@
 \startcontents[Combat]
 
 \iftoggle{verbose}{
-\section{Overview}
-
 \begin{multicols}{2}
 
-\printcontents[Combat]{}{1}[2]{}
-
-\columnbreak
+\begin{tcolorbox}[title=Overview]
+	\printcontents[Combat]{}{1}[1]{}
+\end{tcolorbox}
 
 \noindent
 These life and death rolls are handled somewhat differently from other tasks. Let's start with an overview of the basic features then go over them again in more detail. 
@@ -1308,6 +1306,9 @@ If a character's Evasion score ever becomes negative, it applies to the Strike s
 \end{multicols}
 
 \iftoggle{verbose}{
+
+\pagebreak
+
 \section{Combat Summary}\index{Combat Summary}
 
 \begin{multicols}{2}
-- 
GitLab