From 8275063fddeac450d8d6e16505937b1fe8bc8932 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Sun, 5 Jan 2020 01:23:58 +0100
Subject: [PATCH] adjust playing card symbols in encounters

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

diff --git a/preamble.tex b/preamble.tex
index 736a0bff..998c8d24 100644
--- a/preamble.tex
+++ b/preamble.tex
@@ -256,10 +256,9 @@ Roll & Result \\
 %%%%% Side Quests
 
 \newcommand{\sidequest}[1]{\subsection[#1]{#1 -- \encnum}}
-\newcommand{\town}[1]{\subsubsection{$\boxbox$ (Town) #1}}
-\newcommand{\forest}[1]{\subsubsection{$\merge$ (Forest) #1}}
-\newcommand{\villages}[1]{\subsubsection{$\logof$ (Villages) #1}}
-\newcommand{\lowercollege}[1]{\subsubsection{$\curlywedgedownarrow$ (Lower College) #1}}
-\newcommand{\uppercollege}[1]{\subsubsection{$\curlywedgeuparrow$ (Upper College) #1}}
-
+\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}}
 
-- 
GitLab