From cc6bd11d5da498a6428ff4917c1799d6b5ccc978 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Wed, 8 Jan 2025 17:47:01 +0100 Subject: [PATCH] fix \goblinLight --- loot.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loot.sty b/loot.sty index 3ddb7bb..b6bd9b4 100644 --- a/loot.sty +++ b/loot.sty @@ -94,13 +94,13 @@ \newcommand\goblinLight{% \ifcase\value{r3}\relax% + \or% glowing belly from eating \glsfmtplural{glowshroom}% \or% shroom-candle% \else% fat candle% \fi% - \stepcounter{r3}% } \newcommand{\lootSmall}{% -- GitLab