From 2155d74b0c53de735397cdcfb1d942e84f79cf40 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 4 Aug 2024 00:36:56 +0200 Subject: [PATCH] stop goblin loot repeating itself --- loot.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loot.sty b/loot.sty index d8fc7ff4..d8ca6e1c 100644 --- a/loot.sty +++ b/loot.sty @@ -38,7 +38,7 @@ \addtocounter{goblinLoot}{\value{r4}} \newcommand{\lootGoblin}{% - \ifnum\value{goblinLoot}>19% + \ifnum\value{goblinLoot}>18% \setcounter{goblinLoot}{0}% \else% \stepcounter{goblinLoot}% -- GitLab