From 5ee1cc62dad39af003cc44cf2d274985d9a03655 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 2 Dec 2023 03:16:17 +0100
Subject: [PATCH] add lockpicks to goblin loot

---
 loot.sty | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/loot.sty b/loot.sty
index 48ffe87c..60a4d224 100644
--- a/loot.sty
+++ b/loot.sty
@@ -8,7 +8,7 @@
 \setcounter{goblinLoot}{\value{r4}}
 
 \newcommand{\lootGoblin}{%
-  \ifnum\value{goblinLoot}>13%
+  \ifnum\value{goblinLoot}>14%
     \setcounter{goblinLoot}{0}%
   \else%
     \stepcounter{goblinLoot}%
@@ -40,6 +40,8 @@
     tinder box%
   \or%
     ratking shaul%
+  \or%
+    lock-picking set%
   \or%
     1 \gls{gp} from the far East%
   \else%
-- 
GitLab