From 0a4702458c4a4284645ed6b18b97e8b307cd6f8f Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Fri, 1 May 2020 03:28:40 +0200
Subject: [PATCH] add armour and shield

---
 monsters.tex | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/monsters.tex b/monsters.tex
index a4f5d1c9..43b3df81 100644
--- a/monsters.tex
+++ b/monsters.tex
@@ -129,10 +129,13 @@
 \newcommand{\greatclub}{Greatclub\addtocounter{str}{4}\addtocounter{spd}{1}\addtocounter{dex}{1}}
 \newcommand{\longbow}{Longbow}
 \newcommand{\shield}{\addtocounter{dex}{1}shield}
+\newcommand{\bucklar}{\addtocounter{dex}{1}bucklar shield}
 
 % ARMOUR
 \newcommand{\partialleather}{partial leather armour \addtocounter{dr}{3}}
+\newcommand{\completeleather}{complete leather armour \addtocounter{dr}{3}\gdef\armourtype{C}}
 \newcommand{\partialchain}{partial chain armour\addtocounter{dr}{4}}
+\newcommand{\completechain}{complete chain armour\addtocounter{dr}{4}\gdef\armourtype{C}}
 \newcommand{\partialplate}{partial plate armour\addtocounter{dr}{5}}
 \newcommand{\completeplate}{complete plate armour\addtocounter{dr}{5}\gdef\armourtype{C}}
 
-- 
GitLab