From 22078af21599fc2c33457b27e8709674c6773c4c Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 11 Feb 2025 14:33:46 +0100
Subject: [PATCH] adjust shield ratings

---
 arms.sty | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/arms.sty b/arms.sty
index 8d86759..e48adbe 100644
--- a/arms.sty
+++ b/arms.sty
@@ -122,15 +122,14 @@
 
 % SHIELDS
 \newcommand{\buckler}{\weapon{Buckler}{2}{-4}}
-\newcommand{\roundshield}{\weapon{Round Shield}{2}{-2}}
-\newcommand{\kiteshield}{\weapon{Kite Shield}{3}{-1}}
+\newcommand{\roundshield}{\weapon{Round Shield}{3}{-2}}
+\newcommand{\kiteshield}{\weapon{Kite Shield}{4}{-4}}
 
 % RANGED WEAPONS
 \newcommand{\longbow}{Longbow}
 
 % ARMOUR
 
-
 %%%%%%%%% Old Armour, Delete Later
 
 %% For perfect armour, stick \perfect Armour in the additional notes category of a \person (#9).
-- 
GitLab