Skip to content
Snippets Groups Projects
Unverified Commit a5269197 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

show loot in non-verbose mode

parent 80f49462
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
\setcounter{goblinLoot}{\value{r4}}
\newcommand{\lootGoblin}{%
\ifnum\value{goblinLoot}>14%
\ifnum\value{goblinLoot}>15%
\setcounter{goblinLoot}{0}%
\else%
\stepcounter{goblinLoot}%
......@@ -19,7 +19,7 @@
\or%
1 \gls{sp} from the far North%
\or%
pouch of long, humanoid hair%
pouch of long, dark, humanoid hair%
\or%
rotten mushrooms%
\or%
......@@ -30,6 +30,8 @@
small torch%
\or%
small shaker filled with dried beans%
\or%
tobacco pipe%
\or%
a horse's tail%
\or%
......@@ -77,7 +79,6 @@
}
\newcommand{\lootMagic}{%
\iftoggle{verbose}{%
\ifnum\value{noAppearing}>1%
\else%
\iftoggle{genExamples}{}%
......@@ -105,7 +106,6 @@
\stepcounter{treasure}%
}%
\fi%
}{}%
}
\newcommand{\lootJewellery}{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment