From b1704740b2183e07def75c6b95234c8e63181d61 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Thu, 8 Aug 2024 23:21:10 +0200
Subject: [PATCH] fix armour weight display

---
 market.sty | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/market.sty b/market.sty
index 30bf007b..b059285d 100644
--- a/market.sty
+++ b/market.sty
@@ -38,16 +38,14 @@
   \\
 }
 
-
 \newcommand\rareMarketItem[4][9]{%
   \ifnum\value{r12}>#1%
     \marketItem{#2}{#3}{#4}%
   \fi%
 }
 
-
 \newcommand\showArmourPrice[2]{%
-  #1\armourName & \arabic{armourDR} & \arabic{covering} & \arabic{weight} & \mkPrice{#2} \\%
+  #1\armourName & \arabic{armourDR} & \arabic{covering} & \arabic{armourWeight} & \mkPrice{#2} \\%
 }
 
 \newcommand\rareArmour[3][9]{
-- 
GitLab