From 5c6e6fe1f58274a9560a243fd7d41a9c40401b50 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Sun, 20 Dec 2020 19:18:57 +0100
Subject: [PATCH] allow for four random oozes

---
 example.tex  | 4 ++++
 monsters.sty | 1 +
 2 files changed, 5 insertions(+)

diff --git a/example.tex b/example.tex
index 770db885..20740791 100644
--- a/example.tex
+++ b/example.tex
@@ -270,6 +270,10 @@ When using a bestiary chapter, the stats appear as dice rolls, rather than fixed
 
 \jelly
 
+\jelly
+
+\jelly
+
 \end{multicols}
 
 \section{Undead}
diff --git a/monsters.sty b/monsters.sty
index c3760732..bf7766fd 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -1766,6 +1766,7 @@ mana stone with \arabic{track} mana, \lootJewellery, \randomtwo\lootJewellery, \
 	#1
 	\randomfour
 	\randomfour
+	\randomfour
 	\addtocounter{track}{2}
 	\setcounter{gold}{\value{r4}}
 	\multiply\value{gold} by -1
-- 
GitLab