From 4793321dcebcb4927315ebe28d6b35a4ecdabc38 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 25 Jan 2023 21:16:51 +0100
Subject: [PATCH] fix griffin numbers

---
 monsters.sty | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/monsters.sty b/monsters.sty
index 33d8ac66..2bcd5aeb 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -80,7 +80,7 @@
 {}
 }
 %
-\newcommand{\griffin}[1][\npc{\A}{\arabic{r3} Griffins}]{
+\newcommand{\griffin}[1][\npc{\A}{\randomthree\stepcounter{r3}\arabic{r3} Griffins}]{
 	#1
 	\randomtwo
 	\addtocounter{enc}{1}
@@ -974,6 +974,7 @@ Academics~1, \ifodd\value{page} Crafts~\arabic{r2}, \else \fi Deceit~1, \ifodd\v
 	\randomtwoB
 	\addtocounter{r2b}{-2}
 	\addtocounter{enc}{1}
+  \randomthree
 	\randomdozen
 	\randomfourB
 \person{\arabic{r2b}}% STRENGTH
-- 
GitLab