From ba78b6f69bd198b2d52bcb1dfc65d28abc3ce2c8 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Sun, 20 Dec 2020 21:44:23 +0100 Subject: [PATCH] fix gnomish soldier --- bind.sty | 2 +- monsters.sty | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bind.sty b/bind.sty index b8e09b3a..62f9ae95 100644 --- a/bind.sty +++ b/bind.sty @@ -362,7 +362,7 @@ Roll & Result \\ } \newcommand{\randomtwoC}{ - \ifnum\value{r2c}>2% + \ifnum\value{r2c}>1% \setcounter{r2c}{1}\else% \addtocounter{r2c}{1}% \fi% diff --git a/monsters.sty b/monsters.sty index 39d7f70b..546f5735 100644 --- a/monsters.sty +++ b/monsters.sty @@ -959,7 +959,7 @@ {0}% DR {\arabic{r2}}% COMBAT {\ifnum\value{enc}<0% - Projectiles \arabic{r2c} + Projectiles \arabic{r2c}, \fi% Academics 1, \ifodd\value{page} Crafts \arabic{r2}, \else \fi Deceit 1, \ifodd\value{page} \else Larceny \arabic{r2c}, \fi Stealth \arabic{r2c} }% SKILLS -- GitLab