From c6f70edddfea822c4cafa2112e3bc2f9f5a5dd81 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Mon, 6 Jan 2020 04:26:21 +0100
Subject: [PATCH] encounter subsubsection to subsection

---
 preamble.tex | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/preamble.tex b/preamble.tex
index 998c8d24..f671006d 100644
--- a/preamble.tex
+++ b/preamble.tex
@@ -256,9 +256,9 @@ Roll & Result \\
 %%%%% Side Quests
 
 \newcommand{\sidequest}[1]{\subsection[#1]{#1 -- \encnum}}
-\newcommand{\forest}[1]{\subsubsection{$\merge$ (\ding{168} Forest) #1}}
-\newcommand{\town}[1]{\subsubsection{$\boxbox$ (\ding{169} Town) #1}}
-\newcommand{\villages}[1]{\subsubsection{$\logof$ (\ding{170} Villages) #1}}
-\newcommand{\lowercollege}[1]{\subsubsection{$\curlywedgedownarrow$ (\ding{170} Lower College) #1}}
-\newcommand{\uppercollege}[1]{\subsubsection{$\curlywedgeuparrow$ (\ding{171} Upper College) #1}}
+\newcommand{\forest}[1]{\subsection{(\ding{168} Forest) #1}}
+\newcommand{\town}[1]{\subsection{(\ding{169} Town) #1}}
+\newcommand{\villages}[1]{\subsection{(\ding{170} Villages) #1}}
+\newcommand{\lowercollege}[1]{\subsection{(\ding{170} Lower College) #1}}
+\newcommand{\uppercollege}[1]{\subsection{(\ding{171} Upper College) #1}}
 
-- 
GitLab