From 266a89f1144d6ef25c8e4481f50db2a735623edb Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 31 Dec 2022 19:35:09 +0000 Subject: [PATCH] fix dryad athletics --- layout.sty | 2 +- monsters.sty | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index f20422d9..155f4ec4 100644 --- a/layout.sty +++ b/layout.sty @@ -818,7 +818,7 @@ Roll & Result \\ } \newcommand{\randomthreeC}{ - \ifnum\value{r3c}>3% + \ifnum\value{r3c}>2% \setcounter{r3c}{1}\else% \addtocounter{r3c}{1}% \fi% diff --git a/monsters.sty b/monsters.sty index 9a6a70bb..15a58fff 100644 --- a/monsters.sty +++ b/monsters.sty @@ -266,6 +266,7 @@ \randomtwoC \addtocounter{enc}{2} \randomthree + \randomthreeC \addtocounter{age}{1} \randomthreeB \randomfour -- GitLab