From 35dc6a3c4b2b32a76677a2a28927e76a1b3ec047 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 23 Dec 2023 03:09:15 +0100
Subject: [PATCH] add rope to goblin loot

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

diff --git a/loot.sty b/loot.sty
index 2c053b77..460c0c3d 100644
--- a/loot.sty
+++ b/loot.sty
@@ -6,9 +6,10 @@
 
 \newcounter{goblinLoot}
 \setcounter{goblinLoot}{\value{r4}}
+\addtocounter{goblinLoot}{\value{r4}}
 
 \newcommand{\lootGoblin}{%
-  \ifnum\value{goblinLoot}>15%
+  \ifnum\value{goblinLoot}>17%
     \setcounter{goblinLoot}{0}%
   \else%
     \stepcounter{goblinLoot}%
@@ -36,6 +37,8 @@
     a horse's tail%
   \or%
     lump of clay with an ex-lover's bitemarks%
+  \or%
+    20' of rope%
   \or%
     polished sphere of snow-white quartz%
   \or%
-- 
GitLab